summaryrefslogtreecommitdiff
path: root/modules/controlcenter/WindowFactory.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controlcenter/WindowFactory.qml')
-rw-r--r--modules/controlcenter/WindowFactory.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/controlcenter/WindowFactory.qml b/modules/controlcenter/WindowFactory.qml
index 75550c3..f5c6b73 100644
--- a/modules/controlcenter/WindowFactory.qml
+++ b/modules/controlcenter/WindowFactory.qml
@@ -38,6 +38,8 @@ Singleton {
implicitWidth: cc.implicitWidth
implicitHeight: cc.implicitHeight
+ title: qsTr("Caelestia Settings - %1").arg(cc.active.slice(0, 1).toUpperCase() + cc.active.slice(1))
+
ControlCenter {
id: cc
@@ -46,7 +48,7 @@ Singleton {
floating: true
function close(): void {
- win.visible = false;
+ win.destroy();
}
}