don't open help window by default
This commit is contained in:
parent
94cfae4acc
commit
5d71c82c0d
@ -286,7 +286,7 @@ struct Opened {
|
||||
impl Default for Opened {
|
||||
fn default() -> Opened {
|
||||
Self {
|
||||
help: true,
|
||||
help: false,
|
||||
info: false,
|
||||
side_panel: true,
|
||||
welcome: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user