From 69d6d6e814d5835fac383d65441b60124446e334 Mon Sep 17 00:00:00 2001 From: FozerZ Date: Tue, 6 Aug 2024 01:16:02 +0400 Subject: [PATCH] settings should be loaded always --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 26c92b3..8860b2e 100644 --- a/main.py +++ b/main.py @@ -812,6 +812,7 @@ def Get_IconPath(): else: log("Console window not found", LogType.Error) else: # Запуск без exe (например в visual studio code) + get_saves_settings(True) # Загрузка настроек log("Launched without minimizing to tray and other and other gui functions") # Проверка наличия токена в памяти