Suggest what to do on the empty welcome screen
A simple change, adds a sentence to the "Welcome to NeoChat" message when it first starts up and you have nothing selected.
This commit is contained in:
@@ -155,6 +155,7 @@ Kirigami.Page {
|
|||||||
sourceComponent: Kirigami.PlaceholderMessage {
|
sourceComponent: Kirigami.PlaceholderMessage {
|
||||||
icon.name: "org.kde.neochat"
|
icon.name: "org.kde.neochat"
|
||||||
text: i18n("Welcome to NeoChat")
|
text: i18n("Welcome to NeoChat")
|
||||||
|
explanation: i18n("Select or join a room to get started")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user