UPD: Small tweaks

This commit is contained in:
Robert Kossessa
2024-03-01 21:50:14 +01:00
parent 14e317d473
commit ebd728d6ae
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "zeroone",
"version": "1.0.0",
"description": "An Electron application with Vue and TypeScript",
"description": "Configuration Suite for Binaris Devices",
"main": "./out/main/index.js",
"author": "example.com",
"author": "katbinaris",
"homepage": "https://electron-vite.org",
"scripts": {
"preinstall": "npx only-allow pnpm",

View File

@@ -5,7 +5,7 @@ import icon from '../../resources/icon.png?asset'
import nanodevices from './backend/nanodevices'
// Minimum time to show the splash screen, in milliseconds
const splashTime = is.dev ? 4000 : 4000
const splashTime = is.dev ? 5000 : 5000
const loadingWindowWidth = 800 / 2
const loadingWindowHeight = 1100 / 2