Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
SLOBS-Release committed Apr 26, 2022
2 parents 7241a60 + a073065 commit a6a97a9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ type TInspectableSource = TSourceType | WidgetType | 'streamlabel' | 'app_source
*/
class SourceShowcaseModule {
state = {
inspectedSource: 'AlertBox' as TInspectableSource,
inspectedSource: (Services.UserService.views.isLoggedIn
? 'AlertBox'
: 'ffmpeg_source') as TInspectableSource,
inspectedAppId: '',
inspectedAppSourceId: '',
};
Expand Down

0 comments on commit a6a97a9

Please sign in to comment.