New top-level React root: <App />

This commit is contained in:
Josh Perez
2021-06-14 15:01:00 -04:00
committed by GitHub
parent 9a1f722545
commit 173771d34b
22 changed files with 457 additions and 266 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ and [iOS](https://github.com/signalapp/Signal-iOS/blob/master/BUILDING.md) proje
Then you can set up your development build of Signal Desktop as normal. If you've already
set up as a standalone install, you can switch by opening the DevTools (View -> Toggle
Developer Tools) and entering this into the Console and pressing enter: `window.owsDesktopApp.appView.openInstaller();`
Developer Tools) and entering this into the Console and pressing enter: `window.reduxActions.app.openInstaller();`
## Changing to production