dialog: disable show details by default
This commit is contained in:
parent
4fdbf8e176
commit
e5defb971c
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue