瀏覽代碼

fix: locale data deserializere error

appflowy 3 年之前
父節點
當前提交
a6f675c1d9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      shared-lib/flowy-user-data-model/src/entities/user_setting.rs

+ 1 - 0
shared-lib/flowy-user-data-model/src/entities/user_setting.rs

@@ -16,6 +16,7 @@ pub struct AppearanceSettings {
     pub theme: String,
 
     #[pb(index = 2)]
+    #[serde(default)]
     pub locale: LocaleSettings,
 
     #[pb(index = 3)]