mirror of
https://github.com/celisej567/Vesktop.git
synced 2025-12-31 13:48:25 +03:00
blehhhhh
This commit is contained in:
@@ -72,7 +72,7 @@ if (!app.requestSingleInstanceLock({ IS_DEV })) {
|
||||
}
|
||||
|
||||
async function bootstrap() {
|
||||
if (!Object.hasOwn(Settings.store, "firstLaunch") || true) {
|
||||
if (!Object.hasOwn(Settings.store, "firstLaunch")) {
|
||||
createFirstLaunchTour();
|
||||
} else {
|
||||
createWindows();
|
||||
|
||||
Reference in New Issue
Block a user