Revert "style(explore): make Right the default position"

This reverts commit 374b8ddd4e.
pull/9/head
wongjiahau 1 year ago
parent c8578ba3cc
commit 30bac647ef

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

Loading…
Cancel
Save