From 23316993e587210e191b7eb8e60541e96a198d55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Tue, 20 Feb 2024 11:23:54 -0500
Subject: [PATCH] accountcombobox: remove first line in list

GitLab: #1559
Change-Id: I8bc70c95354546b5c31a376daf07f60a96b1ede0
---
 src/app/mainview/components/AccountItemDelegate.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/mainview/components/AccountItemDelegate.qml b/src/app/mainview/components/AccountItemDelegate.qml
index e2279f9ab..38230d28a 100644
--- a/src/app/mainview/components/AccountItemDelegate.qml
+++ b/src/app/mainview/components/AccountItemDelegate.qml
@@ -42,7 +42,7 @@ ItemDelegate {
             height: 1
             width: parent.width - 20
             color: JamiTheme.hoverColor
-
+            visible: index !== 0
         }
 
         color: {
-- 
GitLab