Fix dock location and size not saving correctly

OBS will handle the docking position / window size and position as long
as an object name is set
This commit is contained in:
WarmUpTill
2022-01-21 19:36:07 +01:00
committed by WarmUpTill
parent 9eb7f58525
commit fda9b1c3ea
4 changed files with 14 additions and 31 deletions

View File

@@ -38,7 +38,4 @@ public:
StatusDock(QWidget *parent = 0);
};
extern StatusDock *dock;
void saveDock(obs_data_t *obj);
void loadDock(obs_data_t *obj);
void SetupDock();