no longer need to registerURLSchemeAsPrivileged
This commit is contained in:
parent
5c8e7970da
commit
698aa62180
|
@ -1,5 +1,3 @@
|
||||||
import { webFrame } from 'electron';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
APP_INITIALIZER,
|
APP_INITIALIZER,
|
||||||
NgModule,
|
NgModule,
|
||||||
|
@ -65,8 +63,6 @@ import { TotpService as TotpServiceAbstraction } from 'jslib/abstractions/totp.s
|
||||||
import { UserService as UserServiceAbstraction } from 'jslib/abstractions/user.service';
|
import { UserService as UserServiceAbstraction } from 'jslib/abstractions/user.service';
|
||||||
import { UtilsService as UtilsServiceAbstraction } from 'jslib/abstractions/utils.service';
|
import { UtilsService as UtilsServiceAbstraction } from 'jslib/abstractions/utils.service';
|
||||||
|
|
||||||
webFrame.registerURLSchemeAsPrivileged('file');
|
|
||||||
|
|
||||||
const i18nService = new I18nService(window.navigator.language, './locales');
|
const i18nService = new I18nService(window.navigator.language, './locales');
|
||||||
const utilsService = new UtilsService();
|
const utilsService = new UtilsService();
|
||||||
const stateService = new StateService();
|
const stateService = new StateService();
|
||||||
|
|
Loading…
Reference in New Issue