mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-29 09:12:45 +08:00
fix: registerySystemPlugin -> registerSystemPlugin
This commit is contained in:
parent
a7a85a7c62
commit
d4a4a168cd
@ -21,7 +21,7 @@ import {
|
|||||||
|
|
||||||
import '../common/utils/localPlugin';
|
import '../common/utils/localPlugin';
|
||||||
|
|
||||||
import registerySystemPlugin from './common/registerySystemPlugin';
|
import registerSystemPlugin from './common/registerSystemPlugin';
|
||||||
|
|
||||||
class App {
|
class App {
|
||||||
public windowCreator: { init: () => void; getWindow: () => BrowserWindow };
|
public windowCreator: { init: () => void; getWindow: () => BrowserWindow };
|
||||||
@ -36,7 +36,7 @@ class App {
|
|||||||
if (!gotTheLock) {
|
if (!gotTheLock) {
|
||||||
app.quit();
|
app.quit();
|
||||||
} else {
|
} else {
|
||||||
this.systemPlugins = registerySystemPlugin();
|
this.systemPlugins = registerSystemPlugin();
|
||||||
this.beforeReady();
|
this.beforeReady();
|
||||||
this.onReady();
|
this.onReady();
|
||||||
this.onRunning();
|
this.onRunning();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user