mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -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:
@@ -3,6 +3,11 @@
|
||||
|
||||
namespace advss {
|
||||
|
||||
void SavePluginSettings(obs_data_t *obj)
|
||||
{
|
||||
GetSwitcher()->SaveSettings(obj);
|
||||
}
|
||||
|
||||
void LoadPluginSettings(obs_data_t *obj)
|
||||
{
|
||||
GetSwitcher()->LoadSettings(obj);
|
||||
|
||||
Reference in New Issue
Block a user