mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Make Hex Editor view always be focused by default
This commit is contained in:
@@ -82,10 +82,12 @@ namespace hex {
|
||||
*/
|
||||
[[nodiscard]] virtual View* getMenuItemInheritView() const { return nullptr; }
|
||||
|
||||
|
||||
[[nodiscard]] const char *getIcon() const { return m_icon; }
|
||||
[[nodiscard]] const UnlocalizedString& getUnlocalizedName() const;
|
||||
[[nodiscard]] std::string getName() const;
|
||||
|
||||
[[nodiscard]] virtual bool shouldDefaultFocus() const { return false; }
|
||||
[[nodiscard]] virtual bool shouldStoreWindowState() const { return true; }
|
||||
|
||||
[[nodiscard]] bool &getWindowOpenState();
|
||||
|
||||
Reference in New Issue
Block a user