Merge remote-tracking branch 'remotes/origin/dev' into feature/qt6-libssh-support
This commit is contained in:
commit
4aba34c18b
28 changed files with 594 additions and 264 deletions
|
@ -61,8 +61,12 @@ Window {
|
|||
|
||||
function close_page() {
|
||||
if (pageLoader.depth <= 1) {
|
||||
if (GC.isMobile()) {
|
||||
root.close()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
pageLoader.currentItem.deactivated()
|
||||
pageLoader.pop()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue