fix: Stop all views from opening automatically on launch

This commit is contained in:
WerWolv
2021-04-12 21:08:36 +02:00
parent 907f25c231
commit 959988a670
2 changed files with 10 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ namespace hex {
private:
std::string m_unlocalizedViewName;
bool m_windowOpen = this->hasViewMenuItemEntry();
bool m_windowOpen = false;
};
}