UI: Add OBSPropertiesView::GetSettings
Allows the ability to get the current settings of a properties viewmaster
parent
cb70a531b7
commit
ac1651c7d3
|
@ -101,4 +101,6 @@ public:
|
|||
OBSPropertiesView(OBSData settings, const char *type,
|
||||
PropertiesReloadCallback reloadCallback,
|
||||
int minSize = 0);
|
||||
|
||||
inline obs_data_t *GetSettings() const {return settings;}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue