diff options
Diffstat (limited to 'components/package/contents/ui/Settings.qml')
-rw-r--r-- | components/package/contents/ui/Settings.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml index acdc42d7..e0d993ad 100644 --- a/components/package/contents/ui/Settings.qml +++ b/components/package/contents/ui/Settings.qml | |||
@@ -29,17 +29,14 @@ import org.kube.framework.theme 1.0 | |||
29 | Rectangle { | 29 | Rectangle { |
30 | id: root | 30 | id: root |
31 | 31 | ||
32 | visible: false | ||
33 | |||
34 | color: ColorPalette.border | 32 | color: ColorPalette.border |
35 | 33 | ||
36 | opacity: 0.9 | 34 | opacity: 0.9 |
37 | 35 | ||
38 | MouseArea { | 36 | MouseArea { |
39 | anchors.fill: parent | 37 | anchors.fill: parent |
40 | |||
41 | onClicked: { | 38 | onClicked: { |
42 | root.visible = false | 39 | root.destroy() |
43 | } | 40 | } |
44 | } | 41 | } |
45 | 42 | ||