diff options
Diffstat (limited to 'components/package/contents/ui/AccountSwitcher.qml')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 14686665..1ef2f267 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -51,7 +51,7 @@ Button { | |||
51 | 51 | ||
52 | modal: true | 52 | modal: true |
53 | focus: true | 53 | focus: true |
54 | closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent | 54 | closePolicy: Controls2.Popup.CloseOnEscape | Controls2.Popup.CloseOnPressOutsideParent |
55 | 55 | ||
56 | Item { | 56 | Item { |
57 | id: footer | 57 | id: footer |