From b759e3578047b96968c9b9a817389d374850de59 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 4 Nov 2021 05:38:46 +0100 Subject: Implement sending Videochat invitations - layers popping function was hard to read in main.qml, add a line - add editable videochat instance setting --- qml/main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qml/main.qml') diff --git a/qml/main.qml b/qml/main.qml index f0798fd..34e94e8 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -162,7 +162,8 @@ Kirigami.ApplicationWindow { tooltip: "Alt+Tab" iconName: "system-users" onTriggered: { - while (pageStack.layers.depth > 1)pageStack.layers.pop() + while (pageStack.layers.depth > 1) + pageStack.layers.pop(); pageStack.layers.push(accountsPage); } }, -- cgit v1.2.3-70-g09d2