Only show details context drawer by default in open dialog
This commit is contained in:
parent
55724cb488
commit
825ea04d54
1 changed files with 2 additions and 1 deletions
|
|
@ -737,7 +737,8 @@ impl Application for App {
|
|||
core.window.show_close = false;
|
||||
core.window.show_maximize = false;
|
||||
core.window.show_minimize = false;
|
||||
core.window.show_context = true;
|
||||
// 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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue