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