summaryrefslogtreecommitdiff
path: root/modules/bar/popouts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts')
-rw-r--r--modules/bar/popouts/Content.qml2
-rw-r--r--modules/bar/popouts/WirelessPassword.qml (renamed from modules/bar/popouts/WirelessPasswordPopout.qml)1
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml
index 7561eec..da993fa 100644
--- a/modules/bar/popouts/Content.qml
+++ b/modules/bar/popouts/Content.qml
@@ -51,7 +51,7 @@ Item {
Popout {
id: passwordPopout
name: "wirelesspassword"
- sourceComponent: WirelessPasswordPopout {
+ sourceComponent: WirelessPassword {
id: passwordComponent
wrapper: root.wrapper
network: networkPopout.item?.passwordNetwork ?? null
diff --git a/modules/bar/popouts/WirelessPasswordPopout.qml b/modules/bar/popouts/WirelessPassword.qml
index 59a15b9..a9d098e 100644
--- a/modules/bar/popouts/WirelessPasswordPopout.qml
+++ b/modules/bar/popouts/WirelessPassword.qml
@@ -601,3 +601,4 @@ ColumnLayout {
}
}
}
+