From 7af4d63ea872609a9d7c2f9d954a211bded1b5bb Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 8 Feb 2021 20:34:42 +0100 Subject: [style] cleanup - remove unused debug - uncomment notification function, leftover from debug - comment about go-land mutexes --- gui/qml/main.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'gui/qml/main.qml') 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 { -- cgit v1.2.3