1
0
mirror of synced 2024-11-12 02:00:52 +01:00

impr: Enable native scaling by default again

This commit is contained in:
WerWolv 2024-07-06 11:29:52 +02:00
parent 7a167962d6
commit 1f01f480e0

View File

@ -206,7 +206,7 @@ namespace hex::plugin::builtin {
}
private:
float m_value = 1.0F;
float m_value = 0.0F;
};
class AutoBackupWidget : public ContentRegistry::Settings::Widgets::Widget {