Skip to content

Commit

Permalink
Merge branch 'wrap-error-boundary-in-theme'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Jan 23, 2025
2 parents a1b47c2 + c3eba43 commit d0e32be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions desktop/packages/mullvad-vpn/src/renderer/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,16 +293,16 @@ export default class AppRenderer {
<StyleSheetManager enableVendorPrefixes>
<Lang>
<Router history={this.history.asHistory}>
<ErrorBoundary>
<ModalContainer>
<KeyboardNavigation>
<Theme>
<Theme>
<ErrorBoundary>
<ModalContainer>
<KeyboardNavigation>
<AppRouter />
</Theme>
</KeyboardNavigation>
{window.env.platform === 'darwin' && <MacOsScrollbarDetection />}
</ModalContainer>
</ErrorBoundary>
</KeyboardNavigation>
{window.env.platform === 'darwin' && <MacOsScrollbarDetection />}
</ModalContainer>
</ErrorBoundary>
</Theme>
</Router>
</Lang>
</StyleSheetManager>
Expand Down

0 comments on commit d0e32be

Please sign in to comment.