From abb5f385d9a001853f97ef50a350e19d9711269a Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sun, 31 Aug 2025 14:32:30 +0200 Subject: [PATCH] Disable Network stats by default Settings: set showNetworkStats to false --- Commons/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons/Settings.qml b/Commons/Settings.qml index ba34ada..7a71239 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -114,7 +114,7 @@ Singleton { property string position: "top" // Possible values: "top", "bottom" property bool showActiveWindowIcon: true property bool alwaysShowBatteryPercentage: false - property bool showNetworkStats: true + property bool showNetworkStats: false property real backgroundOpacity: 1.0 property string showWorkspaceLabel: "none" property list monitors: []