Added a todo
This commit is contained in:
parent
9597017bf3
commit
2ca09a5ec1
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ Kirigami.ScrollablePage
|
||||||
{
|
{
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
||||||
label: i18n("<b>%1</b> <br> %2", display, toolTip)
|
label: i18n("<b>%1</b> <br> %2", display, toolTip) //TODO: Change to two text fields and elipsize them
|
||||||
icon: decoration
|
icon: decoration
|
||||||
function startChat() {
|
function startChat() {
|
||||||
applicationWindow().pageStack.push(chatView, {
|
applicationWindow().pageStack.push(chatView, {
|
||||||
|
|
Loading…
Reference in a new issue