mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 20:28:11 -05:00
Backup setting on exit to plugin config dir
Only one version of the settings file will be kept per scene collection and plugin version combination
This commit is contained in:
9
lib/utils/backup.hpp
Normal file
9
lib/utils/backup.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <QString>
|
||||
|
||||
namespace advss {
|
||||
|
||||
void AskForBackup(const QString &json);
|
||||
void BackupSettingsOfCurrentVersion();
|
||||
|
||||
} // namespace advss
|
||||
Reference in New Issue
Block a user