Merge pull request #4012 from vector-im/t3chguy/electron_settings

auto-launch support [Electron]
This commit is contained in:
Matthew Hodgson
2017-05-30 23:59:15 +01:00
committed by GitHub
4 changed files with 50 additions and 42 deletions
+2
View File
@@ -153,6 +153,8 @@ export default class ElectronPlatform extends VectorBasePlatform {
return null;
}
isElectron(): boolean { return true; }
requestNotificationPermission(): Promise<string> {
return q('granted');
}