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