mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Stop all views from opening automatically on launch
This commit is contained in:
@@ -63,7 +63,7 @@ namespace hex {
|
||||
|
||||
private:
|
||||
std::string m_unlocalizedViewName;
|
||||
bool m_windowOpen = this->hasViewMenuItemEntry();
|
||||
bool m_windowOpen = false;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user