mirror of
https://github.com/dream-pep/koring-launcher.git
synced 2026-09-12 05:45:18 +08:00
20260723存档01
This commit is contained in:
@@ -12,6 +12,7 @@ import { registerTaskHandlers } from './handlers/task';
|
||||
import { registerSystemHandlers } from './handlers/system';
|
||||
import { registerWindowHandlers } from './handlers/window';
|
||||
import { registerCrashHandlers, setupCrashListeners, testCrashDialog } from './handlers/crash-monitor';
|
||||
import { registerKoringAuthHandlers } from './handlers/koring-auth';
|
||||
import { loadConfig, saveConfig, configExists } from './config';
|
||||
|
||||
const { app } = electron;
|
||||
@@ -133,6 +134,7 @@ function registerAllHandlers() {
|
||||
registerSystemHandlers();
|
||||
registerWindowHandlers(win);
|
||||
registerCrashHandlers();
|
||||
registerKoringAuthHandlers();
|
||||
}
|
||||
|
||||
app.whenReady().then(() => {
|
||||
|
||||
Reference in New Issue
Block a user