mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Disable auto scaling on the web
This commit is contained in:
@@ -358,6 +358,8 @@ namespace hex::init {
|
||||
|
||||
#if defined(OS_MACOS)
|
||||
meanScale /= getBackingScaleFactor();
|
||||
#elif defined(OS_WEB)
|
||||
meanScale = 1.0F;
|
||||
#endif
|
||||
|
||||
ImHexApi::System::impl::setGlobalScale(meanScale);
|
||||
|
||||
Reference in New Issue
Block a user