fix the error of the display of title custom button

This commit is contained in:
Jiaxin Peng
2024-01-28 00:26:58 +00:00
parent 2a58dd3258
commit 569d8eb699
3 changed files with 15 additions and 14 deletions

View File

@@ -16,8 +16,8 @@ export interface PluginSettings {
proxy: string;
GeneralButton: boolean;
tagButton: boolean;
CustomTitleButton: boolean;
CustomTitleName: string;
customTitleButton: boolean;
customTitleName: string;
notionAPIGeneral: string;
databaseIDGeneral: string;
CustomButton: boolean;
@@ -51,8 +51,8 @@ export const DEFAULT_SETTINGS: PluginSettings = {
proxy: "",
GeneralButton: true,
tagButton: true,
CustomTitleButton: false,
CustomTitleName: "",
customTitleButton: false,
customTitleName: "",
notionAPIGeneral: "",
databaseIDGeneral: "",
CustomButton: false,