From 97b54744dfb1aa3401bb562a13653a3938499592 Mon Sep 17 00:00:00 2001 From: BlueManCZ Date: Sun, 31 Jan 2021 11:19:44 +0100 Subject: [PATCH] Update comment --- src/main/tray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/tray.js b/src/main/tray.js index a6a4dc06..c44221f7 100644 --- a/src/main/tray.js +++ b/src/main/tray.js @@ -44,7 +44,7 @@ function initWin32 () { } /** - * Check for libappindicator1 support before creating tray icon + * Check for libappindicator support before creating tray icon. */ function checkLinuxTraySupport (cb) { const cp = require('child_process')