Skip to content

Commit

Permalink
fix(doc): plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YU000jp committed Aug 15, 2023
1 parent 28c0f2c commit cf8b4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const settingsTemplate = (): SettingSchemaDesc[] => [
title: "Enable display icon only for the first parent page",
default: false,
enumChoices: ["false", "icon and text"],//icon only
description: "default: false (⚠️need to turn off this plugin or restart Logseq to take effect)",
description: "default: false (⚠️need to restart Logseq to take effect)",
},
];

Expand Down

0 comments on commit cf8b4af

Please sign in to comment.