temporarily disable the display of the tray icon

This commit is contained in:
Sergey Palcheh
2025-10-23 14:02:50 +06:00
parent 5b572ff540
commit 5e4d94bb57

View File

@@ -4974,7 +4974,7 @@ def main():
window.server = server
window.show()
# Создаем иконку в системном трее после создания окна
window.create_tray_icon()
# window.create_tray_icon() # Временно отключено
return app.exec_()
return 1