Add additional method isUnityRunning, fix multiple typos in docs

This commit is contained in:
Jonas Schwabe 2016-06-29 19:23:56 +02:00
parent 8ac205685d
commit 768ff7af5a
2 changed files with 11 additions and 6 deletions

View file

@ -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
}
}