diff --git a/source/plugins/projects/projects/index.js b/source/plugins/projects/projects/index.js index fbed3cdd..781fa204 100644 --- a/source/plugins/projects/projects/index.js +++ b/source/plugins/projects/projects/index.js @@ -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}); } },