don't open help window by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user