diff options
author | Nico Weber <thakis@chromium.org> | 2021-01-20 10:31:17 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-20 21:01:21 +0100 |
commit | 362bde4a863a8505dabeb332343e06fcc2ae8ad6 (patch) | |
tree | 79afa1c4746c51d52c2ebbafd613289eaaa09ba1 /Base/etc | |
parent | 17f90e72b4e50894a8aa69d803b14e146e1f16b1 (diff) | |
download | serenity-362bde4a863a8505dabeb332343e06fcc2ae8ad6.zip |
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.
Diffstat (limited to 'Base/etc')
-rw-r--r-- | Base/etc/SystemServer.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index b1783be3bd..ce97dc6d0c 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -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 |