mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-02 01:18:28 -04:00
feat: Backup Paths & Disable Option for Linux
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -40,6 +40,11 @@ private:
|
||||
void ResetMetadata();
|
||||
void UpdateEnabledControls();
|
||||
|
||||
void MigrateBackups(const QString& old_path, const QString& new_path);
|
||||
|
||||
std::unique_ptr<Ui::ConfigureFilesystem> ui;
|
||||
QProgressDialog* install_progress = nullptr;
|
||||
|
||||
bool m_old_custom_backup_enabled{};
|
||||
QString m_old_backup_path;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user