mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
"Window name" text removed from the Options menu
This commit is contained in:
parent
7727567cab
commit
c6f47c20ae
|
|
@ -168,7 +168,7 @@ obs_properties_t *sceneSwitcherOptionsSourceGetProperties(void *data)
|
|||
obs_properties_t *props = obs_properties_create();
|
||||
obs_properties_add_bool(props,"StartMessageDisable","Disable Start Message");
|
||||
obs_properties_add_editable_list(props,
|
||||
"WindowList", "Window Name",
|
||||
"WindowList", "",
|
||||
(enum obs_editable_list_type)0, "",
|
||||
NULL);
|
||||
obs_properties_add_button(props, "LoadOldSettings", "Load settings from old version of this plugin (restart OBS after clicking this button)", &loadOldSettings);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user