mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 14:46:09 -05:00
@@ -193,6 +193,7 @@ void assignDockToggle(QDockWidget *dock, QAction *action)
|
||||
|
||||
extern void RegisterTwitchAuth();
|
||||
extern void RegisterMixerAuth();
|
||||
extern void RegisterRestreamAuth();
|
||||
|
||||
OBSBasic::OBSBasic(QWidget *parent)
|
||||
: OBSMainWindow (parent),
|
||||
@@ -206,6 +207,9 @@ OBSBasic::OBSBasic(QWidget *parent)
|
||||
#if MIXER_ENABLED
|
||||
RegisterMixerAuth();
|
||||
#endif
|
||||
#if RESTREAM_ENABLED
|
||||
RegisterRestreamAuth();
|
||||
#endif
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user