From 1223c5348d717ff88b0df2ffab596a96f689df83 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 10 Apr 2023 13:54:57 +0200 Subject: [PATCH] Rename ConfirmLogoutDialog to Dialog.ConfirmLogout Signed-off-by: Carl Schwan --- src/qml/Dialog/{ConfirmLogoutDialog.qml => ConfirmLogout.qml} | 0 src/qml/Page/RoomList/AccountMenu.qml | 2 +- src/qml/main.qml | 2 +- src/res.qrc | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/qml/Dialog/{ConfirmLogoutDialog.qml => ConfirmLogout.qml} (100%) diff --git a/src/qml/Dialog/ConfirmLogoutDialog.qml b/src/qml/Dialog/ConfirmLogout.qml similarity index 100% rename from src/qml/Dialog/ConfirmLogoutDialog.qml rename to src/qml/Dialog/ConfirmLogout.qml diff --git a/src/qml/Page/RoomList/AccountMenu.qml b/src/qml/Page/RoomList/AccountMenu.qml index 3e488980e..b7a757716 100644 --- a/src/qml/Page/RoomList/AccountMenu.qml +++ b/src/qml/Page/RoomList/AccountMenu.qml @@ -39,7 +39,7 @@ QQC2.Menu { onTriggered: confirmLogoutDialog.open() } - Dialog.ConfirmLogoutDialog { + Dialog.ConfirmLogout { id: confirmLogoutDialog } } diff --git a/src/qml/main.qml b/src/qml/main.qml index aa23fab1e..3ad8ecde1 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -169,7 +169,7 @@ Kirigami.ApplicationWindow { pageStack.globalToolBar.style: Kirigami.ApplicationHeaderStyle.ToolBar pageStack.globalToolBar.showNavigationButtons: pageStack.currentIndex > 0 || pageStack.layers.depth > 1 ? Kirigami.ApplicationHeaderStyle.ShowBackButton : 0 - Dialog.ConfirmLogoutDialog { + Dialog.ConfirmLogout { id: confirmLogoutDialog } diff --git a/src/res.qrc b/src/res.qrc index 283bd1b65..c2a35d1fd 100644 --- a/src/res.qrc +++ b/src/res.qrc @@ -76,7 +76,7 @@ qml/Dialog/EmojiDialog.qml qml/Dialog/OpenFileDialog.qml qml/Dialog/KeyVerification/KeyVerificationDialog.qml - qml/Dialog/ConfirmLogoutDialog.qml + qml/Dialog/ConfirmLogout.qml qml/Dialog/PowerLevelDialog.qml qml/Dialog/KeyVerification/Message.qml qml/Dialog/KeyVerification/EmojiItem.qml