impr: Use 1.0x scaling by default

This commit is contained in:
WerWolv
2024-06-22 11:25:07 +02:00
parent f36d9831bb
commit f9b778ecb8
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {