icon in window

This commit is contained in:
hir_lol 2026-03-17 23:45:58 +03:00
parent 46011c0ff5
commit 76ca43703b
1 changed files with 2 additions and 0 deletions

View File

@ -314,6 +314,8 @@ def _edit_config_dialog():
root.title("TG WS Proxy — Настройки")
root.resizable(False, False)
root.attributes("-topmost", True)
icon_path = str(Path(__file__).parent / "icon.ico")
root.iconbitmap(icon_path)
TG_BLUE = "#3390ec"
TG_BLUE_HOVER = "#2b7cd4"