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

@@ -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