From a7656f3f6d2a5b8d5655bc88150a907884483b9e Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Thu, 13 Apr 2023 15:33:58 +0800 Subject: Qeduport wouldn't know the app window's ID --- Home/Default.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Home') 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 { -- cgit v1.3