summaryrefslogtreecommitdiff
path: root/gui/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/main.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 {