mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
feat: Added DPI awareness on Windows, added FiraCode as optional default font
This commit is contained in:
@@ -21,6 +21,11 @@ namespace hex {
|
||||
}
|
||||
|
||||
|
||||
void ThemeManager::reapplyCurrentTheme() {
|
||||
ThemeManager::changeTheme(s_currTheme);
|
||||
}
|
||||
|
||||
|
||||
void ThemeManager::addThemeHandler(const std::string &name, const ColorMap &colorMap, const std::function<ImColor(u32)> &getFunction, const std::function<void(u32, ImColor)> &setFunction) {
|
||||
std::unique_lock lock(s_themeMutex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user