Merge pull request #4012 from vector-im/t3chguy/electron_settings
auto-launch support [Electron]
This commit is contained in:
commit
448c10736a
4 changed files with 50 additions and 42 deletions
|
@ -153,6 +153,8 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||
return null;
|
||||
}
|
||||
|
||||
isElectron(): boolean { return true; }
|
||||
|
||||
requestNotificationPermission(): Promise<string> {
|
||||
return q('granted');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue