Skip to content

Commit

Permalink
Don't show the help tool (fixes #58)
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Aug 18, 2017
1 parent d259653 commit 5da8c1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/parts/TopBarPart.as
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ public class TopBarPart extends UIPart {
}

public function refresh():void {
if (app.isOffline) {
helpTool.visible = app.isOffline;
}
helpTool.visible = app.isOffline;

if (Scratch.app.isExtensionDevMode) {
var hasExperimental:Boolean = app.extensionManager.hasExperimentalExtensions();
Expand Down

0 comments on commit 5da8c1f

Please sign in to comment.