modules.system.gui: Start Telegram in tray on startup

This commit is contained in:
2025-12-18 18:49:04 +08:00
parent e7d931d5c1
commit 972155935d

View File

@@ -97,6 +97,7 @@ inputs:
default-column-width.proportion = 0.5; default-column-width.proportion = 0.5;
preset-column-widths = [ { proportion = 0.33333; } { proportion = 0.5; } { proportion = 0.66667; } ]; preset-column-widths = [ { proportion = 0.33333; } { proportion = 0.5; } { proportion = 0.66667; } ];
}; };
spawn-at-startup = [{ argv = [ "Telegram" "-startintray" ]; }];
}; };
}; };
})]; })];