mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 11:47:41 -05:00
Change settings defaults
* Start plugin by default * Highlight condittions, actions, and recently executed macros by default * Open Macro tab instead of General tab when opening settings window * No longer start legacy websocket server and client
This commit is contained in:
@@ -641,6 +641,7 @@ void SwitcherData::LoadGeneralSettings(obs_data_t *obj)
|
||||
|
||||
cooldown.Load(obj, "cooldown");
|
||||
|
||||
obs_data_set_default_bool(obj, "active", true);
|
||||
stop = !obs_data_get_bool(obj, "active");
|
||||
startupBehavior =
|
||||
(StartupBehavior)obs_data_get_int(obj, "startup_behavior");
|
||||
|
||||
Reference in New Issue
Block a user