diff --git a/app/services/system_settings_service.py b/app/services/system_settings_service.py index cb80e199..8d53ed75 100644 --- a/app/services/system_settings_service.py +++ b/app/services/system_settings_service.py @@ -355,6 +355,7 @@ class BotConfigurationService: "TRAFFIC_SELECTION_MODE": [ ChoiceOption("selectable", "πŸ“¦ Π’Ρ‹Π±ΠΎΡ€ ΠΏΠ°ΠΊΠ΅Ρ‚ΠΎΠ²"), ChoiceOption("fixed", "πŸ“ Ѐиксированный Π»ΠΈΠΌΠΈΡ‚"), + ChoiceOption("fixed_with_topup", "πŸ“ Ѐикс. Π»ΠΈΠΌΠΈΡ‚ + Π΄ΠΎΠΊΡƒΠΏΠΊΠ°"), ], "DEFAULT_TRAFFIC_RESET_STRATEGY": [ ChoiceOption("NO_RESET", "♾️ Π‘Π΅Π· сброса"),