mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-06 05:32:06 +00:00
update window_size
This commit is contained in:
+5
-5
@@ -19,10 +19,10 @@ type AppRuntimeConfig = {
|
||||
const RUNTIME_NAME = "electron internal node";
|
||||
const DEFAULT_WINDOW_BACKGROUND = "#0f0f0f";
|
||||
const DEFAULT_WINDOW_SIZE = {
|
||||
width: 1280,
|
||||
height: 800,
|
||||
minWidth: 800,
|
||||
minHeight: 500,
|
||||
width: 1920,
|
||||
height: 1080,
|
||||
minWidth: 1920,
|
||||
minHeight: 1080,
|
||||
};
|
||||
const LOADING_WINDOW_SIZE = {
|
||||
width: 300,
|
||||
@@ -35,7 +35,7 @@ const runtimeConfig: AppRuntimeConfig = {
|
||||
iconPathOverride: getOptionalEnv("SCOREKO_APP_ICON_PATH"),
|
||||
nodecgPort: getEnv("NODECG_PORT", "9090"),
|
||||
bundleName: getEnv("NODECG_BUNDLE_NAME", "scoreko-dev"),
|
||||
dashboardRoute: getEnv("SCOREKO_DASHBOARD_ROUTE", "dashboard/example/main.html?standalone=true"),
|
||||
dashboardRoute: getEnv("SCOREKO_DASHBOARD_ROUTE", "dashboard/scoreko-dev/main.html?standalone=true"),
|
||||
loadingRoute: getEnv("SCOREKO_LOADING_ROUTE", "dashboard/loading/main.html?standalone=true"),
|
||||
loadDelayMs: parseEnvInt("ELECTRON_LOAD_DELAY_MS", 10000),
|
||||
startupTimeoutMs: parseEnvInt("NODECG_STARTUP_TIMEOUT_MS", 30000),
|
||||
|
||||
Reference in New Issue
Block a user