blehhhhh
This commit is contained in:
parent
fd0055032f
commit
9f9f665ede
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if (!app.requestSingleInstanceLock({ IS_DEV })) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function bootstrap() {
|
async function bootstrap() {
|
||||||
if (!Object.hasOwn(Settings.store, "firstLaunch") || true) {
|
if (!Object.hasOwn(Settings.store, "firstLaunch")) {
|
||||||
createFirstLaunchTour();
|
createFirstLaunchTour();
|
||||||
} else {
|
} else {
|
||||||
createWindows();
|
createWindows();
|
||||||
|
|
Loading…
Reference in a new issue