Skip to content

Commit

Permalink
Merge pull request #48645 from Expensify/ionatan_disasblelegacydesktop
Browse files Browse the repository at this point in the history
Disable legacy mode in desktop
  • Loading branch information
roryabraham authored Sep 6, 2024
2 parents 342b1d5 + bd14a29 commit 9ecf563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/setup/platformSetup/index.desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import ROUTES from '@src/ROUTES';
export default function () {
AppRegistry.runApplication(Config.APP_NAME, {
rootTag: document.getElementById('root'),
mode: 'legacy',
});

// Send local notification when update is downloaded
Expand Down

0 comments on commit 9ecf563

Please sign in to comment.