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 59e8663 commit 6539e6eCopy full SHA for 6539e6e
1 file changed
gui-js/apps/minsky-electron/src/app/managers/CommandsManager.ts
@@ -1497,7 +1497,7 @@ export class CommandsManager {
1497
await WindowManager.openLoginWindow();
1498
let token=StoreManager.store.get('authToken');
1499
1500
- const window=WindowManager.getMainWindow();//this.createDownloadWindow();
+ const window=WindowManager.getMainWindow();
1501
let minskyAsset;
1502
if (installCase===InstallCase.theLot)
1503
minskyAsset=await CommandsManager.getRelease('minsky', false, token);
@@ -1520,7 +1520,6 @@ export class CommandsManager {
1520
"If you're trying to download the Ravel plugin, please ensure you are logged into an account subscribed to Ravel Fan or Explorer tiers.",
1521
type: 'info',
1522
});
1523
- //window.close();
1524
}
1525
1526
0 commit comments