auto-launch support, ux =checkbox in UserSettings[Electron]

settings are sorta generic, probably reusable for proxy settings

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-05-24 15:52:08 +01:00
parent 7d59742a22
commit a98792b05e
3 changed files with 42 additions and 0 deletions

View file

@ -138,6 +138,8 @@ export default class ElectronPlatform extends VectorBasePlatform {
return null;
}
isElectron(): boolean { return true; }
requestNotificationPermission(): Promise<string> {
return q('granted');
}