blehhhhh
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user