We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55724cb commit 825ea04Copy full SHA for 825ea04
src/dialog.rs
@@ -737,7 +737,8 @@ impl Application for App {
737
core.window.show_close = false;
738
core.window.show_maximize = false;
739
core.window.show_minimize = false;
740
- core.window.show_context = true;
+ // Only show details context drawer by default in open dialog
741
+ core.window.show_context = !flags.kind.save();
742
743
let title = flags.kind.title();
744
let accept_label = flags.kind.accept_label();
0 commit comments