diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-13 15:33:58 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-13 15:33:58 +0800 |
| commit | a7656f3f6d2a5b8d5655bc88150a907884483b9e (patch) | |
| tree | 614a962d6cc69d304bb2f116cf0c6b2024d622e5 /Home | |
| parent | 4583b16880e86610917814446fa0ad52fdabcedc (diff) | |
Qeduport wouldn't know the app window's ID
Diffstat (limited to 'Home')
| -rw-r--r-- | Home/Default.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml index bf2d2c6..8475cfd 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -1,5 +1,6 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 +import QtQuick.Window 2.15 import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.15 import Bootstrap 5.3 @@ -21,7 +22,7 @@ Flickable { Rectangle { anchors.fill: parent - color: window.Bootstrap.bodyBg + color: Window.window.Bootstrap.bodyBg } ColumnLayout { |