Feature: compact toasts (#4545)

This commit is contained in:
shamoon 2023-11-13 13:17:44 -08:00 committed by GitHub
parent facb7226fe
commit 90707d661b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 127 additions and 119 deletions

View file

@ -489,7 +489,6 @@ export class SettingsComponent
this.documentListViewService.updatePageSize()
this.settings.updateAppearanceSettings()
let savedToast: Toast = {
title: $localize`Settings saved`,
content: $localize`Settings were saved successfully.`,
delay: 5000,
}