aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-28 03:52:45 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-28 03:52:45 +0200
commita4de2a1cdae7fb3c8ff993cc473a4bb24509f57b (patch)
tree0f14d1db11df5953a5d85c8b63f92ca9624901fd /main.qml
parent755a279d8588ed68a9ed5e1a12bd3a8c3e7dbd37 (diff)
downloadRWA.Support.DesktopApp-a4de2a1cdae7fb3c8ff993cc473a4bb24509f57b.tar.gz
RWA.Support.DesktopApp-a4de2a1cdae7fb3c8ff993cc473a4bb24509f57b.tar.bz2
RWA.Support.DesktopApp-a4de2a1cdae7fb3c8ff993cc473a4bb24509f57b.zip
Minimize main window when support partner connects
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"