fix: registerySystemPlugin -> registerSystemPlugin

This commit is contained in:
lumozx 2023-10-16 16:26:18 +08:00
parent a7a85a7c62
commit d4a4a168cd
2 changed files with 2 additions and 2 deletions

View File

@ -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();