sys: Added better support for Windows 7

This commit is contained in:
WerWolv
2022-08-09 16:29:52 +02:00
parent 4b720ee3a2
commit ceb26add15
3 changed files with 7 additions and 2 deletions

View File

@@ -103,6 +103,9 @@ namespace hex {
this->initImGui();
this->setupNativeWindow();
// Initialize default theme
EventManager::post<RequestChangeTheme>(1);
EventManager::subscribe<RequestCloseImHex>(this, [this](bool noQuestions) {
glfwSetWindowShouldClose(this->m_window, GLFW_TRUE);