mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Font scaling not always being applied consistently
This commit is contained in:
@@ -142,7 +142,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
void addInitTasks() {
|
||||
ImHexApi::System::addStartupTask("Load Window Settings", false, loadWindowSettings);
|
||||
ImHexApi::System::addStartupTask("Configuring UI scale", true, configureUIScale);
|
||||
ImHexApi::System::addStartupTask("Configuring UI scale", false, configureUIScale);
|
||||
ImHexApi::System::addStartupTask("Checking for updates", true, checkForUpdates);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user