choose to show which detail in each views

This commit is contained in:
daniel31x13
2024-08-26 19:56:04 -04:00
parent 9ae9c7c81a
commit 0371695eb3
7 changed files with 158 additions and 122 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ type LocalSettings = {
viewMode: string;
show: {
link: boolean;
title: boolean;
name: boolean;
description: boolean;
image: boolean;
tags: boolean;
@@ -29,7 +29,7 @@ const useLocalSettingsStore = create<LocalSettingsStore>((set) => ({
viewMode: "",
show: {
link: true,
title: true,
name: true,
description: true,
image: true,
tags: true,