We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9595b93 commit d5017a5Copy full SHA for d5017a5
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
@@ -364,7 +364,10 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
364
this.getCurrentWorkspaceId() === null &&
365
this.getCurrentFolderId() === null
366
) {
367
+ // It is!
368
+ // Open Support Center
369
osparc.support.SupportCenter.openWindow();
370
+ // and open the Introductory Quick Start if any
371
const quickStartInfo = osparc.product.quickStart.Utils.getQuickStart();
372
if (quickStartInfo) {
373
const dontShowQuickStart = osparc.utils.Utils.localCache.getLocalStorageItem(quickStartInfo.localStorageStr);
0 commit comments