diff --git a/src/gui/MainPane/AccountDelegate.qml b/src/gui/MainPane/AccountDelegate.qml index 2df4a9a1..d2dc96d1 100644 --- a/src/gui/MainPane/AccountDelegate.qml +++ b/src/gui/MainPane/AccountDelegate.qml @@ -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