remove options deactivate by default

This commit is contained in:
yggverse 2025-02-07 16:41:56 +02:00
parent c4e29249fb
commit 266d29b336

View file

@ -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();