refactor: Remove unused config
This commit is contained in:
parent
deda870e99
commit
94fc250751
3 changed files with 0 additions and 9 deletions
|
|
@ -442,12 +442,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
store
|
||||
.getItemBool(SettingKeys.hideUnknownEvents, AppConfig.hideUnknownEvents)
|
||||
.then((value) => AppConfig.hideUnknownEvents = value);
|
||||
store
|
||||
.getItemBool(
|
||||
SettingKeys.showDirectChatsInSpaces,
|
||||
AppConfig.showDirectChatsInSpaces,
|
||||
)
|
||||
.then((value) => AppConfig.showDirectChatsInSpaces = value);
|
||||
store
|
||||
.getItemBool(SettingKeys.separateChatTypes, AppConfig.separateChatTypes)
|
||||
.then((value) => AppConfig.separateChatTypes = value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue