mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 05:11:41 +00:00
feat: make feed appear before table
This commit is contained in:
parent
cc0132b102
commit
beebf1d448
1 changed files with 1 additions and 1 deletions
|
|
@ -90,8 +90,8 @@ export const DEFAULT_SETTINGS: VaultExplorerPluginSettings = {
|
|||
viewOrder: [
|
||||
TExplorerView.GRID,
|
||||
TExplorerView.LIST,
|
||||
TExplorerView.TABLE,
|
||||
TExplorerView.FEED,
|
||||
TExplorerView.TABLE,
|
||||
],
|
||||
configDir: ".vaultexplorer",
|
||||
pluginVersion: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue