summaryrefslogtreecommitdiff
path: root/gui/qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-02-08 20:34:42 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-08 23:32:22 +0100
commit7af4d63ea872609a9d7c2f9d954a211bded1b5bb (patch)
tree549723cd55aa1a90813a08a6e0435829daa4378a /gui/qml
parent69f1304f51371b246da6ecf1abc8c6703fbfebf9 (diff)
[style] cleanup
- remove unused debug - uncomment notification function, leftover from debug - comment about go-land mutexes
Diffstat (limited to 'gui/qml')
-rw-r--r--gui/qml/main.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/qml/main.qml b/gui/qml/main.qml
index 4189e27..3ddf8d3 100644
--- a/gui/qml/main.qml
+++ b/gui/qml/main.qml
@@ -181,14 +181,12 @@ ApplicationWindow {
// Helper to show notification messages
function showNotification(msg) {
console.log("Going to show notification message: ", msg);
- /*
if (supportsMessages) {
let appname = ctx ? ctx.appName: "VPN";
showMessage(appname, msg, null, 15000);
} else {
console.log("System doesn't support systray notifications");
}
- */
}
menu: Menu {