diff --git a/src/App.tsx b/src/App.tsx index 9b69315..b898a14 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1335,6 +1335,7 @@ function App() { /> )} + {authenticatedMode === 'ltc' && ( )} + {extState === 'authenticated' && isMainWindow && ( + )} + + + + @@ -419,7 +420,7 @@ export const AppsDevMode = ({ flexDirection: 'column', height: '100vh', overflow: 'auto', - width: '100%', + width: 'auto', }} > diff --git a/src/components/Apps/AppsDevModeHome.tsx b/src/components/Apps/AppsDevModeHome.tsx index 0e739d2..9e56d93 100644 --- a/src/components/Apps/AppsDevModeHome.tsx +++ b/src/components/Apps/AppsDevModeHome.tsx @@ -319,6 +319,7 @@ export const AppsDevModeHome = ({ + + {t('core:server', { postProcess: 'capitalizeFirstChar' })} diff --git a/src/components/Desktop/DesktopLeftSideBar.tsx b/src/components/Desktop/DesktopLeftSideBar.tsx index 0abcd69..5df4f57 100644 --- a/src/components/Desktop/DesktopLeftSideBar.tsx +++ b/src/components/Desktop/DesktopLeftSideBar.tsx @@ -26,7 +26,6 @@ export const DesktopSideBar = ({ myName, }) => { const [isEnabledDevMode, setIsEnabledDevMode] = useAtom(enabledDevModeAtom); - const theme = useTheme(); const { t } = useTranslation([ 'auth', diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index 7d1370d..aae44e8 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -1913,7 +1913,7 @@ export const Group = ({ setInfo={setInfoSnack} /> -
{ setPrivateKey(''); }} > - {t('group:action.cancel', { + {t('core:action.cancel', { postProcess: 'capitalizeFirstChar', })}