chore: Always show filter for messages

This commit is contained in:
Christian Kußowski 2026-01-29 18:11:54 +01:00
commit e40d9b5df2
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 13 additions and 20 deletions

View file

@ -349,10 +349,6 @@ class SettingsStyleView extends StatelessWidget {
title: L10n.of(context).presencesToggle,
setting: AppSettings.showPresences,
),
SettingsSwitchListTile.adaptive(
title: L10n.of(context).separateChatTypes,
setting: AppSettings.separateChatTypes,
),
SettingsSwitchListTile.adaptive(
title: L10n.of(context).displayNavigationRail,
setting: AppSettings.displayNavigationRail,