mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
fix: locale data deserializere error
This commit is contained in:
parent
ec4d69e5b8
commit
a6f675c1d9
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ pub struct AppearanceSettings {
|
|||
pub theme: String,
|
||||
|
||||
#[pb(index = 2)]
|
||||
#[serde(default)]
|
||||
pub locale: LocaleSettings,
|
||||
|
||||
#[pb(index = 3)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue