ui: Add interface scaling setting. Closes #7, #283

This commit is contained in:
WerWolv
2021-08-21 13:55:21 +02:00
parent 8ad0239bca
commit 72cf94106c
14 changed files with 140 additions and 39 deletions

View File

@@ -286,7 +286,7 @@ namespace hex {
ImGui::NewLine();
confirmButtons("hex.common.yes"_lang, "hex.common.no"_lang, [] {
EventManager::post<RequestCloseImHex>();
ImHexApi::Common::closeImHex(true);
},
[] {
ImGui::CloseCurrentPopup();