mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
feat: Added basic network interface support
This commit is contained in:
@@ -164,7 +164,9 @@ namespace hex {
|
||||
}
|
||||
|
||||
this->m_windowTitle = title;
|
||||
glfwSetWindowTitle(this->m_window, title.c_str());
|
||||
|
||||
if (this->m_window != nullptr)
|
||||
glfwSetWindowTitle(this->m_window, title.c_str());
|
||||
});
|
||||
|
||||
constexpr static auto CrashBackupFileName = "crash_backup.hexproj";
|
||||
@@ -1012,6 +1014,8 @@ namespace hex {
|
||||
void Window::exitGLFW() {
|
||||
glfwDestroyWindow(this->m_window);
|
||||
glfwTerminate();
|
||||
|
||||
this->m_window = nullptr;
|
||||
}
|
||||
|
||||
void Window::exitImGui() {
|
||||
|
||||
Reference in New Issue
Block a user