[smsapp] Use ApplicationHeader instead of ToolbarApplicationHeader
Summary: ToolbarApplicationHeader seems deprecated and is broken on Plasma Mobile Before: {F6286925} After: {F6286924} Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: apol, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D15781
This commit is contained in:
parent
bd5c3ca460
commit
f82df1c461
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Kirigami.ApplicationWindow
|
||||||
width: 800
|
width: 800
|
||||||
height: 600
|
height: 600
|
||||||
|
|
||||||
header: Kirigami.ToolBarApplicationHeader {}
|
header: Kirigami.ApplicationHeader {}
|
||||||
|
|
||||||
pageStack.initialPage: ConversationList {
|
pageStack.initialPage: ConversationList {
|
||||||
title: i18n("KDE Connect SMS")
|
title: i18n("KDE Connect SMS")
|
||||||
|
|
Loading…
Reference in a new issue