dialog: disable show details by default

This commit is contained in:
Jeremy Soller 2025-07-21 15:34:24 -06:00
parent 4fdbf8e176
commit e5defb971c

View file

@ -896,8 +896,6 @@ impl Application for App {
core.window.show_close = false;
core.window.show_maximize = false;
core.window.show_minimize = false;
// Only show details context drawer by default in open dialog
core.window.show_context = !flags.kind.save();
let title = flags.kind.title();
let accept_label = flags.kind.accept_label();