Skip to content

Commit

Permalink
Use normal MenuSeparator instead of custom code
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan committed Jan 17, 2025
1 parent 4a99ee2 commit 29423fd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/gui/tray/CurrentAccountHeaderButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,7 @@ Button {
Accessible.onPressAction: addAccountButton.clicked()
}

Rectangle {
anchors.left: parent.left
anchors.right: parent.right
implicitHeight: 1
color: palette.dark
}
MenuSeparator {}

MenuItem {
id: syncPauseButton
Expand Down

0 comments on commit 29423fd

Please sign in to comment.