diff --git a/ui/app/AppLayouts/Chat/ChatLayout.qml b/ui/app/AppLayouts/Chat/ChatLayout.qml index 27378dcf9e..4964fb8927 100644 --- a/ui/app/AppLayouts/Chat/ChatLayout.qml +++ b/ui/app/AppLayouts/Chat/ChatLayout.qml @@ -234,8 +234,7 @@ StackLayout { Loader { id: communitySettingsLoader active: root.rootStore.chatCommunitySectionModule.isCommunity() && - root.isPrivilegedUser && - (root.currentIndex === 1 || !!communitySettingsLoader.item) // lazy load and preserve state after loading + root.isPrivilegedUser && root.currentIndex === 1 asynchronous: false // It's false on purpose. We want to load the component synchronously sourceComponent: CommunitySettingsView { id: communitySettingsView