@@ -172,6 +172,11 @@ Kirigami.ApplicationWindow {
|
|||||||
icon.name: "help-about"
|
icon.name: "help-about"
|
||||||
onTriggered: pushReplaceLayer(aboutPage)
|
onTriggered: pushReplaceLayer(aboutPage)
|
||||||
enabled: pageStack.layers.currentItem.title !== i18n("About")
|
enabled: pageStack.layers.currentItem.title !== i18n("About")
|
||||||
|
},
|
||||||
|
Kirigami.Action {
|
||||||
|
text: i18n("Quit")
|
||||||
|
icon.name: "gtk-quit"
|
||||||
|
onTriggered: Qt.quit()
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ if(ANDROID)
|
|||||||
"search"
|
"search"
|
||||||
"mail-replied-symbolic"
|
"mail-replied-symbolic"
|
||||||
"edit-copy"
|
"edit-copy"
|
||||||
|
"gtk-quit"
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
target_link_libraries(neochat PRIVATE Qt5::Widgets KF5::DBusAddons ${QTKEYCHAIN_LIBRARIES})
|
target_link_libraries(neochat PRIVATE Qt5::Widgets KF5::DBusAddons ${QTKEYCHAIN_LIBRARIES})
|
||||||
|
|||||||
Reference in New Issue
Block a user