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