Skip to content

Commit

Permalink
Enable the navigation bar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Aug 14, 2020
1 parent c74f185 commit f26317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ impl Default for HomeSettings {
fn default() -> Self {
HomeSettings {
address_bar: false,
navigation_bar: false,
navigation_bar: true,
max_levels: 3,
}
}
Expand Down

0 comments on commit f26317a

Please sign in to comment.