mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-22 01:17:48 +02:00
feat: persist view preferences and language to user settings (#1831)
Co-authored-by: ChangkeunJ <reiot92@gmail.com>
This commit is contained in:
@@ -121,6 +121,7 @@ const Layout = () => {
|
||||
|
||||
const I18nApp = () => {
|
||||
useEffect(() => {
|
||||
// Activate a locale so I18nProvider can mount App and load the account settings.
|
||||
dynamicActivate(getLocale())
|
||||
}, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user