mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Use 1.0x scaling by default
This commit is contained in:
@@ -197,7 +197,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
private:
|
||||
float m_value = 0;
|
||||
float m_value = 1.0F;
|
||||
};
|
||||
|
||||
class AutoBackupWidget : public ContentRegistry::Settings::Widgets::Widget {
|
||||
|
||||
Reference in New Issue
Block a user