Add additional method isUnityRunning, fix multiple typos in docs
This commit is contained in:
parent
8ac205685d
commit
768ff7af5a
2 changed files with 11 additions and 6 deletions
|
@ -49,7 +49,8 @@ if (process.platform === 'linux') {
|
|||
app.launcher = {
|
||||
setBadgeCount: bindings.unityLauncherSetBadgeCount,
|
||||
getBadgeCount: bindings.unityLauncherGetBadgeCount,
|
||||
isCounterBadgeAvailable: bindings.unityLauncherAvailable
|
||||
isCounterBadgeAvailable: bindings.unityLauncherAvailable,
|
||||
isUnityRunning: bindings.unityLauncherAvailable
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue