aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index 1496c31..b4318aa 100644
--- a/main.qml
+++ b/main.qml
@@ -36,6 +36,11 @@ ApplicationWindow {
// console.log("Cleanup done, can close!");
}
+ function minimizeWindow() {
+ showMinimized();
+ console.log("Miniming window now...");
+ }
+
Button {
id: start_support_button
objectName: "start_support_button"