Skip to content

Commit

Permalink
fix(settings): import from OBS from settings used Twitch Studio (#5274)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored authored Jan 7, 2025
1 parent 9761254 commit f5cd8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components-react/windows/settings/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ function ExtraSettings() {
}

function importFromObs() {
// TODO: there's no check that OBS is installed like in Onboarding
OnboardingService.actions.setImport('obs');
OnboardingService.actions.start({ isImport: true });
WindowsService.actions.closeChildWindow();
}
Expand Down

0 comments on commit f5cd8fd

Please sign in to comment.