style(explore): make Right the default position

Refer https://twitter.com/JustinWGrote/status/1346575528560455682
pull/9/head
wongjiahau 1 year ago
parent 94e2c2989b
commit 374b8ddd4e

@ -157,7 +157,7 @@ impl ExplorerConfig {
impl Default for ExplorerConfig {
fn default() -> Self {
Self {
position: ExplorerPosition::Left,
position: ExplorerPosition::Right,
column_width: 30,
}
}

Loading…
Cancel
Save