mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
refactor
This commit is contained in:
@@ -32,7 +32,7 @@ export default function AboutDialog() {
|
|||||||
{isStandaloneApp ? (
|
{isStandaloneApp ? (
|
||||||
<>
|
<>
|
||||||
<InfoIcon />
|
<InfoIcon />
|
||||||
<div>{t('About')}</div>
|
<div>{t('Details')}</div>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export default function CloseServer({ isOffline, isLoading }) {
|
|||||||
{isStandaloneApp ? (
|
{isStandaloneApp ? (
|
||||||
<>
|
<>
|
||||||
<PowerSettingsNewIcon />
|
<PowerSettingsNewIcon />
|
||||||
<div>{t('CloseServer')}</div>
|
<div>{t('TurnOff')}</div>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user