File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ import settings from '@src/client/state/settings';
16
16
import matrixAppearance from '@src/util/libs/appearance' ;
17
17
import soundFiles from '@src/util/soundFiles' ;
18
18
import storageManager from '@src/util/libs/Localstorage' ;
19
+
19
20
import matrixProxy , { canProxy } from '@src/util/libs/proxy' ;
21
+ import ProxyModal from '@src/app/organisms/proxy-modal/ProxyModal' ;
20
22
21
23
import { initHotkeys } from '../../../client/event/hotkeys' ;
22
24
import { initRoomListListener } from '../../../client/event/roomList' ;
@@ -366,6 +368,7 @@ function Client({ isDevToolsOpen = false }) {
366
368
return (
367
369
< >
368
370
< ElectronSidebar isDevToolsOpen = { isDevToolsOpen } />
371
+ < ProxyModal />
369
372
< div
370
373
className = { `loading-display${ __ENV_APP__ . ELECTRON_MODE ? ' root-electron-style' : '' } ${ isDevToolsOpen ? ' devtools-open' : '' } ` }
371
374
>
@@ -465,6 +468,7 @@ function Client({ isDevToolsOpen = false }) {
465
468
return (
466
469
< >
467
470
< ElectronSidebar isDevToolsOpen = { isDevToolsOpen } />
471
+ < ProxyModal />
468
472
< div
469
473
className = { `loading-display${ __ENV_APP__ . ELECTRON_MODE ? ' root-electron-style' : '' } ${ isDevToolsOpen ? ' devtools-open' : '' } ` }
470
474
>
You can’t perform that action at this time.
0 commit comments