UPD: Small tweaks
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "zeroone",
|
"name": "zeroone",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "An Electron application with Vue and TypeScript",
|
"description": "Configuration Suite for Binaris Devices",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "example.com",
|
"author": "katbinaris",
|
||||||
"homepage": "https://electron-vite.org",
|
"homepage": "https://electron-vite.org",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import icon from '../../resources/icon.png?asset'
|
|||||||
import nanodevices from './backend/nanodevices'
|
import nanodevices from './backend/nanodevices'
|
||||||
|
|
||||||
// Minimum time to show the splash screen, in milliseconds
|
// 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 loadingWindowWidth = 800 / 2
|
||||||
const loadingWindowHeight = 1100 / 2
|
const loadingWindowHeight = 1100 / 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user