Remove used logout dialog in main.qml
This commit is contained in:
@@ -159,10 +159,6 @@ Kirigami.ApplicationWindow {
|
|||||||
handleVisible: enabled
|
handleVisible: enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
Dialog.ConfirmLogout {
|
|
||||||
id: confirmLogoutDialog
|
|
||||||
}
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
Controller.setBlur(pageStack, Config.blur && !Config.compactLayout);
|
Controller.setBlur(pageStack, Config.blur && !Config.compactLayout);
|
||||||
if (Config.minimizeToSystemTrayOnStartup && !Kirigami.Settings.isMobile && Controller.supportSystemTray && Config.systemTray) {
|
if (Config.minimizeToSystemTrayOnStartup && !Kirigami.Settings.isMobile && Controller.supportSystemTray && Config.systemTray) {
|
||||||
|
|||||||
Reference in New Issue
Block a user