From c9c25613aff1fd76d30262e89eb7090f8ed4b1c7 Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 30 Dec 2025 18:10:08 +0400 Subject: [PATCH] Add new traffic selection mode option --- app/services/system_settings_service.py | 1 + 1 file changed, 1 insertion(+) 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", "♾️ Π‘Π΅Π· сброса"),