Disable Network stats by default
Settings: set showNetworkStats to false
This commit is contained in:
parent
4ad851fdd2
commit
abb5f385d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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<string> monitors: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue