Browse Source

UI: Add OBSPropertiesView::GetSettings

Allows the ability to get the current settings of a properties view
jp9000 10 years ago
parent
commit
ac1651c7d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      obs/properties-view.hpp

+ 2 - 0
obs/properties-view.hpp

@@ -101,4 +101,6 @@ public:
 	OBSPropertiesView(OBSData settings, const char *type,
 			PropertiesReloadCallback reloadCallback,
 			int minSize = 0);
+
+	inline obs_data_t *GetSettings() const {return settings;}
 };