Switch from QQC2.ApplicationWindow.overlay to QQC2.Overlay.overlay

Closes #648
This commit is contained in:
Joshua Goins
2024-06-08 11:31:13 -04:00
parent 364eda6400
commit 6275d7afaa
11 changed files with 12 additions and 12 deletions

View File

@@ -94,7 +94,7 @@ RowLayout {
id: switchUserButton
text: i18n("Switch User")
icon.name: "system-switch-user"
onTriggered: accountSwitchDialog.createObject(QQC2.ApplicationWindow.overlay, {
onTriggered: accountSwitchDialog.createObject(QQC2.Overlay.overlay, {
connection: root.connection
}).open();
},
@@ -123,7 +123,7 @@ RowLayout {
// id: switchUserButton
// text: i18n("Switch User")
// icon.name: "system-switch-user"
// onTriggered: accountSwitchDialog.createObject(QQC2.ApplicationWindow.overlay, {
// onTriggered: accountSwitchDialog.createObject(QQC2.Overlay.overlay, {
// connection: root.connection
// }).open();
// }