1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Added doc about Rich Text editor and added way to dismiss warning banner

This commit is contained in:
Laurent Cozic
2020-12-09 15:58:15 +00:00
parent a737a21185
commit f37224fc42
6 changed files with 42 additions and 7 deletions

View File

@@ -350,6 +350,8 @@ class Setting extends BaseModel {
// to the last folder that was selected.
activeFolderId: { value: '', type: SettingItemType.String, public: false },
richTextBannerDismissed: { value: false, type: SettingItemType.Bool, public: false },
firstStart: { value: true, type: SettingItemType.Bool, public: false },
locale: {
value: defaultLocale(),