mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 12:18:35 -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:
@@ -5,6 +5,7 @@
|
||||
|
||||
namespace advss {
|
||||
|
||||
void SavePluginSettings(obs_data_t *);
|
||||
EXPORT void LoadPluginSettings(obs_data_t *);
|
||||
|
||||
EXPORT void AddSaveStep(std::function<void(obs_data_t *)>);
|
||||
|
||||
Reference in New Issue
Block a user