mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 01:33:56 +00:00
refactor: sonar issues
This commit is contained in:
@@ -23,7 +23,7 @@ import { AuthPage } from "@shared";
|
||||
export class WindowManager {
|
||||
public static mainWindow: Electron.BrowserWindow | null = null;
|
||||
|
||||
private static editorWindows: Map<string, BrowserWindow> = new Map();
|
||||
private static readonly editorWindows: Map<string, BrowserWindow> = new Map();
|
||||
|
||||
private static loadMainWindowURL(hash = "") {
|
||||
// HMR for renderer base on electron-vite cli.
|
||||
|
||||
Reference in New Issue
Block a user