Fix AccountDelegate properties in wrong place

This commit is contained in:
miruka 2020-07-10 11:28:17 -04:00
parent 435bbdaf22
commit 7af13441a0

View File

@ -72,13 +72,6 @@ HTile {
HColumnLayout {
id: title
text: model.display_name || model.id
color:
hovered ?
utils.nameColor(
model.display_name || model.id.substring(1),
) :
theme.mainPane.listView.account.name
TitleLabel {
text: model.display_name || model.id