Settings: Use symbolic version of the NeoChat icon
To match the rest of the icons in this sidebar, we can reuse our tray
icon.
(cherry picked from commit 0e9592a96c)
This commit is contained in:
@@ -20,7 +20,7 @@ KirigamiSettings.ConfigurationView {
|
||||
KirigamiSettings.ConfigurationModule {
|
||||
moduleId: "general"
|
||||
text: i18n("General")
|
||||
icon.name: "org.kde.neochat"
|
||||
icon.name: "org.kde.neochat.tray"
|
||||
page: () => Qt.createComponent("org.kde.neochat.settings", "NeoChatGeneralPage")
|
||||
initialProperties: () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user