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:
WarmUpTill
2024-01-17 20:56:52 +01:00
committed by WarmUpTill
parent 7d0332dd0e
commit 77528520d9
4 changed files with 7 additions and 3 deletions

View File

@@ -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");