diff --git a/lib/browser/init.js b/lib/browser/init.js index a6f5803a524b..344bcf16dcea 100644 --- a/lib/browser/init.js +++ b/lib/browser/init.js @@ -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