Navigate page history with mouse back/forward

This commit is contained in:
miruka
2021-04-09 01:55:12 -04:00
parent b9ea61e133
commit 58b4667c31
3 changed files with 41 additions and 0 deletions

View File

@@ -12,6 +12,13 @@ MultiviewPane {
readonly property QtObject accountModel:
ModelStore.get("accounts").find(chat.roomInfo.for_account)
// Using a property for this item because MultiviewPane sends its children
// inside its SwipeView by default, while GTH must always cover the pane
readonly property GlobalTapHandlers globalTapHandlers: GlobalTapHandlers {
parent: roomPane.contentItem
pageLoader: pageLoader
}
function toggleFocus() {
if (roomPane.activeFocus) {
if (roomPane.collapse) roomPane.close()