[UserInfo] Fix shortcut
Set the keysequence on the action directly
This makes it actually work
(cherry picked from commit 7bef8c99ec)
This commit is contained in:
@@ -91,6 +91,7 @@ RowLayout {
|
|||||||
id: switchUserButton
|
id: switchUserButton
|
||||||
text: i18n("Switch User")
|
text: i18n("Switch User")
|
||||||
icon.name: "system-switch-user"
|
icon.name: "system-switch-user"
|
||||||
|
shortcut: "Ctrl+U"
|
||||||
onTriggered: accountSwitchDialog.createObject(QQC2.Overlay.overlay, {
|
onTriggered: accountSwitchDialog.createObject(QQC2.Overlay.overlay, {
|
||||||
connection: root.connection
|
connection: root.connection
|
||||||
}).open();
|
}).open();
|
||||||
@@ -105,11 +106,6 @@ RowLayout {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
Shortcut {
|
|
||||||
sequence: "Ctrl+U"
|
|
||||||
onActivated: switchUserButton.toggle()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// QQC2.ToolButton {
|
// QQC2.ToolButton {
|
||||||
// Layout.alignment: Qt.AlignRight
|
// Layout.alignment: Qt.AlignRight
|
||||||
|
|||||||
Reference in New Issue
Block a user