Add automatic room sidebar hiding option

Add menu option to change whether the room information drawer is opened automatically or not. This also adds some code to switch off the dim effect during the first animation after modal is changed as this looked bad.

Implements network/neochat#243

Slight cleanup removing the edge option for context drawer from main.qml as this is duplicated from RoomDrawer.qml
This commit is contained in:
James Graham
2022-06-01 20:09:47 +00:00
committed by Tobias Fella
parent 921667565e
commit db5e328869
4 changed files with 24 additions and 2 deletions

View File

@@ -54,6 +54,10 @@
<entry name="TypingNotifications" type="bool">
<default>true</default>
</entry>
<entry name="AutoRoomInfoDrawer" type="bool">
<label>Automatic Hide/Unhide Room Information</label>
<default>true</default>
</entry>
</group>
<group name="Timeline">
<entry name="ShowAvatarInTimeline" type="bool">