Skip to content

Commit 3a3fb73

Browse files
committed
change: update settings tables
1 parent 6bdcca3 commit 3a3fb73

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/settings/defaults.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const SettingsDefaults: GistrSettings =
3535
gh_clr_tx_dark: "#CAD3F5",
3636
gh_opacity: 1,
3737

38+
ge_enable_ribbon_icons: false,
3839
sy_enable_ribbon_icons: true,
3940
sy_enable_autoupdate: true,
4041
sy_enable_autosave: false,
@@ -44,7 +45,7 @@ export const SettingsDefaults: GistrSettings =
4445
sy_save_list_showall: false,
4546
sy_save_list_datetime: "MM.DD.YYYY h:m:s a",
4647
sy_save_duration: 15,
47-
context_sorting: [],
48+
ge_contextmenu_sorting: [],
4849
portals: {},
4950
uuid: ""
5051
}

src/settings/settings.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ export interface GistrSettings
2323
blk_pad_b: number | 19
2424
textwrap: string | "Enabled"
2525
notitime: number | 10
26-
sy_clr_lst_icon: string | "757575E6"
2726
ge_enable_updatenoti: boolean | true
27+
ge_enable_ribbon_icons: boolean | false
28+
ge_contextmenu_sorting: [],
2829

2930
og_clr_bg_light: string | "CBCBCB"
3031
og_clr_bg_dark: string | "121315"
@@ -50,8 +51,8 @@ export interface GistrSettings
5051
sy_add_frontmatter: boolean | false
5152
sy_save_list_showall: boolean | false
5253
sy_save_list_datetime: string | "MM.DD.YYYY h:m:s a"
54+
sy_clr_lst_icon: string | "757575E6"
5355
sy_save_duration: number | 10
54-
context_sorting: [],
5556
portals: Record< string, SaturynParams >
5657
uuid: string
5758
}

0 commit comments

Comments
 (0)