diff --git a/src/constants.ts b/src/constants.ts index 8075c946..78ccd334 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, diff --git a/src/svelte/app/components/feed-view.svelte b/src/svelte/app/components/feed-view.svelte index b9e8d2b9..ad2c769f 100644 --- a/src/svelte/app/components/feed-view.svelte +++ b/src/svelte/app/components/feed-view.svelte @@ -1,23 +1,13 @@
- {#if !hasValidLicenseKey} -
- - -
- {/if} - {#if hasValidLicenseKey} - {#each filteredItems as fileRenderData (fileRenderData.id)} - - {/each} - {/if} + {#each filteredItems as fileRenderData (fileRenderData.id)} + + {/each}