mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
feat: Add option to create auto backups of files before they're modified
This commit is contained in:
@@ -13,9 +13,10 @@ namespace hex::plugin::builtin {
|
||||
class FileProvider : public prv::Provider,
|
||||
public prv::IProviderDataDescription,
|
||||
public prv::IProviderFilePicker,
|
||||
public prv::IProviderMenuItems {
|
||||
public prv::IProviderMenuItems,
|
||||
public prv::IProviderDataBackupable {
|
||||
public:
|
||||
FileProvider() = default;
|
||||
FileProvider() : IProviderDataBackupable(this) {}
|
||||
~FileProvider() override = default;
|
||||
|
||||
[[nodiscard]] bool isAvailable() const override;
|
||||
|
||||
Reference in New Issue
Block a user