mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00: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