Skip to content

Commit 92a941b

Browse files
committed
Bugfixes.
1 parent 062e58c commit 92a941b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

develnext/src/.dn/mainCommands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ide\commands\CloseProjectCommand
88
ide\commands\ExitCommand
99

1010
ide\commands\IdeLogShowCommand
11-
ide\commands\IdeSandboxShowCommand
11+
#ide\commands\IdeSandboxShowCommand
1212

1313
ide\commands\OfficialSiteCommand
1414
ide\commands\YoutubeChannelCommand

develnext/src/ide/commands/IdeSandboxShowCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function onExecute($e = null, AbstractEditor $editor = null)
9191

9292
public function isAlways()
9393
{
94-
return true;
94+
return false;
9595
}
9696

9797
public function getAccelerator()

0 commit comments

Comments
 (0)