Fix roomlist "jumping around".
Remove custom DPI code from main.cpp. Hide redacted event in roomlist.
This commit is contained in:
@@ -331,12 +331,12 @@ Item {
|
||||
acceptInvitationDialog.createObject(ApplicationWindow.overlay, {"room": currentRoom}).open()
|
||||
} else {
|
||||
if (enteredRoom) {
|
||||
enteredRoom.displayed = false
|
||||
leaveRoom(enteredRoom)
|
||||
enteredRoom.displayed = false
|
||||
}
|
||||
currentRoom.displayed = true
|
||||
enterRoom(currentRoom)
|
||||
enteredRoom = currentRoom
|
||||
currentRoom.displayed = true
|
||||
}
|
||||
}
|
||||
onSecondaryClicked: roomListContextMenu.createObject(ApplicationWindow.overlay, {"room": currentRoom}).popup()
|
||||
|
||||
@@ -70,6 +70,7 @@ Item {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
||||
text: "Choose local file"
|
||||
color: MPalette.foreground
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user