mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
🐛 Fix dev settings initial state
This commit is contained in:
@@ -124,6 +124,7 @@ const getItems = () => {
|
|||||||
<Stack>
|
<Stack>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
label="Use debug language"
|
label="Use debug language"
|
||||||
|
defaultChecked={i18n?.language === 'cimode'}
|
||||||
description="This will show the translation keys instead of the actual translations"
|
description="This will show the translation keys instead of the actual translations"
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
// Change to CI mode language
|
// Change to CI mode language
|
||||||
|
|||||||
Reference in New Issue
Block a user