chore: Update translations

This commit is contained in:
Kieran 2024-01-11 10:00:36 +00:00
parent c75ab861b5
commit d45d601712

View File

@ -101,7 +101,6 @@ export interface UserPreferences {
* Hides muted notes when selected
*/
hideMutedNotes: boolean;
}
export const DefaultPreferences = {
@ -122,5 +121,5 @@ export const DefaultPreferences = {
showStatus: true,
checkSigs: true,
autoTranslate: true,
hideMutedNotes:false
hideMutedNotes: false,
} as UserPreferences;