1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:37:34 +00:00

SystemServer.ini: Default to not showing network change notifications

Until someone has time to implement something for not showing the
very first network change at boot, let's turn off notifications for
network changes by default altogether. Having to dismiss this
notification at every boot gets old fast.
This commit is contained in:
Nico Weber 2021-01-20 10:31:17 -05:00 committed by Andreas Kling
parent 17f90e72b4
commit 362bde4a86

View file

@ -104,7 +104,7 @@ User=anon
[Network.MenuApplet]
Executable=/bin/Network.MenuApplet
Arguments=--name=Network --display-notifications
Arguments=--name=Network
Priority=low
KeepAlive=1
User=anon