change default tray behaiviour to no tray

This commit is contained in:
2026-06-03 21:23:47 +03:00
parent 7afdb24302
commit d7f3b98be4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"retry_delay_seconds": 1.5,
"ui": {
"tray": {
"close_to_tray": true,
"close_to_tray": false,
"minimize_to_tray": false,
"start_minimized_to_tray": false
}