diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-02-08 20:34:42 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-02-08 23:32:22 +0100 |
commit | 7af4d63ea872609a9d7c2f9d954a211bded1b5bb (patch) | |
tree | 549723cd55aa1a90813a08a6e0435829daa4378a /gui | |
parent | 69f1304f51371b246da6ecf1abc8c6703fbfebf9 (diff) |
[style] cleanup
- remove unused debug
- uncomment notification function, leftover from debug
- comment about go-land mutexes
Diffstat (limited to 'gui')
-rw-r--r-- | gui/qml/main.qml | 2 |
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 { |