Skip to content

Commit

Permalink
Add message when there are no consoles available
Browse files Browse the repository at this point in the history
  • Loading branch information
D0ntPanic authored and plafosse committed Feb 16, 2024
1 parent e3ae076 commit 3653b4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/scriptingconsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,7 @@ class BINARYNINJAUIAPI ScriptingConsoleSidebarWidgetType : public SidebarWidgetT
SidebarWidgetLocation defaultLocation() const override { return SidebarWidgetLocation::LeftBottom; }
SidebarContextSensitivity contextSensitivity() const override { return GlobalSidebarContext; }
bool alwaysShowTabs() const override { return true; }
#ifdef DEMO_VERSION
virtual QString noWidgetMessage() const override;
#endif
};

0 comments on commit 3653b4c

Please sign in to comment.