From beebf1d448dc8deeb9561d2caccd577c4b589516 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:29:00 -0600 Subject: [PATCH] feat: make feed appear before table --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 8075c94..78ccd33 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -90,8 +90,8 @@ export const DEFAULT_SETTINGS: VaultExplorerPluginSettings = { viewOrder: [ TExplorerView.GRID, TExplorerView.LIST, - TExplorerView.TABLE, TExplorerView.FEED, + TExplorerView.TABLE, ], configDir: ".vaultexplorer", pluginVersion: null,