impr: Enable auto project backup by default

This commit is contained in:
WerWolv
2024-06-08 00:52:27 +02:00
parent cb475c471d
commit 53ced98529

View File

@@ -230,7 +230,7 @@ namespace hex::plugin::builtin {
}
private:
int m_value = 0;
int m_value = 5 * 2;
};
class KeybindingWidget : public ContentRegistry::Settings::Widgets::Widget {