feat: Moments: your personal photo journal, now available in Labs (#2079)
This commit is contained in:
@@ -39,6 +39,7 @@ export enum PrefKey {
|
||||
UpdateSavingStatusIndicator = 'updateSavingStatusIndicator',
|
||||
DarkMode = 'darkMode',
|
||||
DefaultEditorIdentifier = 'defaultEditorIdentifier',
|
||||
MomentsDefaultTagUuid = 'momentsDefaultTagUuid',
|
||||
}
|
||||
|
||||
export enum NewNoteTitleFormat {
|
||||
@@ -103,4 +104,5 @@ export type PrefValue = {
|
||||
[PrefKey.UpdateSavingStatusIndicator]: boolean
|
||||
[PrefKey.DarkMode]: boolean
|
||||
[PrefKey.DefaultEditorIdentifier]: EditorIdentifier
|
||||
[PrefKey.MomentsDefaultTagUuid]: string | undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user