mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove deprecated construction
This commit is contained in:
parent
3959872201
commit
99acc99690
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ impl Bookmark {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
widget: Button::builder()
|
widget: Button::builder()
|
||||||
.action_name("win.tab_page_bookmark")
|
|
||||||
.icon_name("starred-symbolic")
|
.icon_name("starred-symbolic")
|
||||||
.tooltip_text("Bookmark")
|
.tooltip_text("Bookmark")
|
||||||
.sensitive(false)
|
.sensitive(false)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue