forked from Shinonome/dots-hyprland
sidebar: description box: dont show arrows when 1 item
This commit is contained in:
@@ -250,6 +250,7 @@ Item {
|
||||
|
||||
DescriptionBox { // Tag suggestion description
|
||||
text: root.suggestionList[tagSuggestions.selectedIndex]?.description ?? ""
|
||||
showArrows: root.suggestionList.length > 1
|
||||
}
|
||||
|
||||
FlowButtonGroup { // Tag suggestions
|
||||
|
||||
Reference in New Issue
Block a user