remove deprecated construction

This commit is contained in:
yggverse 2024-09-30 13:57:56 +03:00
parent 3959872201
commit 99acc99690

View File

@ -9,7 +9,6 @@ impl Bookmark {
pub fn new() -> Self {
Self {
widget: Button::builder()
.action_name("win.tab_page_bookmark")
.icon_name("starred-symbolic")
.tooltip_text("Bookmark")
.sensitive(false)