Fix AccountDelegate properties in wrong place
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user