Skip to content

Commit 96ee241

Browse files
committed
[Linux] Autostart im hidden mode
1 parent c0d9156 commit 96ee241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/autostartmanager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class AutoStartManager : public QObject
6666
"[Desktop Entry]\n"
6767
"Type=Application\n"
6868
"Name=%1\n"
69-
"Exec=%2\n"
69+
"Exec=%2 --hide\n"
7070
"Icon=%3\n"
7171
"Comment=%4\n"
7272
"X-GNOME-Autostart-enabled=true\n"

0 commit comments

Comments
 (0)