1
0
mirror of synced 2025-02-17 18:59:21 +01:00

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: private:
int m_value = 0; int m_value = 5 * 2;
}; };
class KeybindingWidget : public ContentRegistry::Settings::Widgets::Widget { class KeybindingWidget : public ContentRegistry::Settings::Widgets::Widget {