mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove options deactivate by default
This commit is contained in:
parent
c4e29249fb
commit
266d29b336
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ impl Options for Button {
|
|||
fn options(header: &Rc<Cell<Header>>) -> Self {
|
||||
let button = Button::builder()
|
||||
.icon_name("emblem-system-symbolic")
|
||||
.sensitive(false)
|
||||
// @TODO deactivate by default on dyn MIME type detection only
|
||||
// .sensitive(false)
|
||||
.tooltip_text("Options")
|
||||
.build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue