Skip to content

Commit

Permalink
settings should be loaded always
Browse files Browse the repository at this point in the history
  • Loading branch information
FozerG committed Aug 5, 2024
1 parent 3582116 commit 69d6d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

# Проверка наличия токена в памяти
Expand Down

0 comments on commit 69d6d6e

Please sign in to comment.