feat: Added highlighting rules

This commit is contained in:
WerWolv
2023-12-02 11:09:32 +01:00
parent 2cf642a2a4
commit 866cb5706d
9 changed files with 418 additions and 4 deletions

View File

@@ -142,6 +142,10 @@ namespace hex::init {
fs::setFileBrowserErrorCallback(nullptr);
// Unlock font atlas so it can be deleted in case of a crash
if (ImGui::GetCurrentContext() != nullptr)
ImGui::GetIO().Fonts->Locked = false;
return true;
}