Fix linting error
Thx @MarshallOfSound
This commit is contained in:
parent
5df0fd9dc8
commit
6feec2e2a5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ const mainStartupScript = packageJson.main || 'index.js'
|
||||||
|
|
||||||
const KNOWN_XDG_DESKTOP_VALUES = ['Pantheon', 'Unity:Unity7', 'pop:GNOME']
|
const KNOWN_XDG_DESKTOP_VALUES = ['Pantheon', 'Unity:Unity7', 'pop:GNOME']
|
||||||
|
|
||||||
function currentPlatformSupportsAppIndicator() {
|
function currentPlatformSupportsAppIndicator () {
|
||||||
if (process.platform !== 'linux') return false
|
if (process.platform !== 'linux') return false
|
||||||
const currentDesktop = process.env.XDG_CURRENT_DESKTOP
|
const currentDesktop = process.env.XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue