Skip to content

Commit

Permalink
Fixed opening on a blank page
Browse files Browse the repository at this point in the history
  • Loading branch information
hateofhades committed Apr 18, 2021
1 parent ad9ab36 commit 338e9a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/plugins/projects/projects/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1211,8 +1211,9 @@ let projects = {
}
} else {
studio.workspace.showDialog(ProjectsLibrary, {width: 1000});
}

}
} else if(!studio.settings.loadValue('firstrun', 'firstRun', true)) {
studio.workspace.showDialog(ProjectsLibrary, {width: 1000});
}

},
Expand Down

0 comments on commit 338e9a5

Please sign in to comment.