feat: Backup Paths & Disable Option for Linux

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-11 07:30:56 +00:00
parent 565c5b5f62
commit 5b548048f1

View File

@@ -40,6 +40,11 @@ private:
void ResetMetadata(); void ResetMetadata();
void UpdateEnabledControls(); void UpdateEnabledControls();
void MigrateBackups(const QString& old_path, const QString& new_path);
std::unique_ptr<Ui::ConfigureFilesystem> ui; std::unique_ptr<Ui::ConfigureFilesystem> ui;
QProgressDialog* install_progress = nullptr; QProgressDialog* install_progress = nullptr;
bool m_old_custom_backup_enabled{};
QString m_old_backup_path;
}; };