fix: always add divider to app list before un-favorite action
This commit is contained in:
parent
ed2ab8d91a
commit
21fc43e578
1 changed files with 1 additions and 1 deletions
|
|
@ -1067,8 +1067,8 @@ impl cosmic::Application for CosmicAppList {
|
|||
}
|
||||
content = content.push(divider::horizontal::default());
|
||||
content = content.push(list_col);
|
||||
content = content.push(divider::horizontal::default());
|
||||
}
|
||||
content = content.push(divider::horizontal::default());
|
||||
content = content.push(if is_favorite {
|
||||
cosmic::widget::button(iced::widget::text(fl!("unfavorite")))
|
||||
.style(Button::Text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue