|
@@ -164,7 +164,7 @@ const mainStartupScript = packageJson.main || 'index.js'
|
|
|
|
|
|
const KNOWN_XDG_DESKTOP_VALUES = ['Pantheon', 'Unity:Unity7', 'pop:GNOME']
|
|
|
|
|
|
-function currentPlatformSupportsAppIndicator() {
|
|
|
+function currentPlatformSupportsAppIndicator () {
|
|
|
if (process.platform !== 'linux') return false
|
|
|
const currentDesktop = process.env.XDG_CURRENT_DESKTOP
|
|
|
|