summaryrefslogtreecommitdiff
path: root/modules/utilities
diff options
context:
space:
mode:
Diffstat (limited to 'modules/utilities')
-rw-r--r--modules/utilities/cards/Toggles.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/utilities/cards/Toggles.qml b/modules/utilities/cards/Toggles.qml
index 71f4d1d..51e991e 100644
--- a/modules/utilities/cards/Toggles.qml
+++ b/modules/utilities/cards/Toggles.qml
@@ -68,7 +68,7 @@ StyledRect {
toggle: false
onClicked: {
root.visibilities.utilities = false;
- root.popouts.detach("appearance");
+ root.popouts.detach("network");
}
}