chore: Bring back separate chat types

This commit is contained in:
krille-chan 2024-07-22 19:42:27 +02:00
commit 0760acaa40
No known key found for this signature in database
6 changed files with 23 additions and 3 deletions

View file

@ -433,6 +433,10 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
store.getBool(SettingKeys.hideUnimportantStateEvents) ??
AppConfig.hideUnimportantStateEvents;
AppConfig.separateChatTypes =
store.getBool(SettingKeys.separateChatTypes) ??
AppConfig.separateChatTypes;
AppConfig.autoplayImages =
store.getBool(SettingKeys.autoplayImages) ?? AppConfig.autoplayImages;