diff options
Diffstat (limited to 'modules/bar/components/SettingsIcon.qml')
| -rw-r--r-- | modules/bar/components/SettingsIcon.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/components/SettingsIcon.qml b/modules/bar/components/SettingsIcon.qml index 0eceea7..7cd18be 100644 --- a/modules/bar/components/SettingsIcon.qml +++ b/modules/bar/components/SettingsIcon.qml @@ -22,7 +22,7 @@ Item { function onClicked(): void { WindowFactory.create(null, { - active: "appearance" + active: "network" }); } } |