summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-02 12:36:33 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-02 12:36:33 +0200
commit683a24d2aaaddbc9b8fab87a29361028949ac0ef (patch)
treed0122e6a06d09519c192f4227c8271c7265114fc /resources/qml
parentUpdate translations (diff)
downloadnheko-683a24d2aaaddbc9b8fab87a29361028949ac0ef.tar.xz
Fix community sidebar toggle
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/ChatPage.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml
index cd323a97..3fa55b42 100644
--- a/resources/qml/ChatPage.qml
+++ b/resources/qml/ChatPage.qml
@@ -23,6 +23,8 @@ Rectangle {
         AdaptiveLayoutElement {
             id: communityListC
 
+            visible: Settings.groupView
+
             minimumWidth: communitiesList.avatarSize * 4 + Nheko.paddingMedium * 2
             collapsedWidth: communitiesList.avatarSize + 2 * Nheko.paddingMedium
             preferredWidth: Settings.communityListWidth >= minimumWidth ? Settings.communityListWidth : collapsedWidth