···9898 "Subheader Revamp",
9999 "Adds a clock and current period info to the subheader.",
100100 true,
101101+ {
102102+ toggle: {
103103+ openInNewTab: {
104104+ toggle: new StorageState(
105105+ storage.defineItem<Types.ToggleSetting>("local:plugin-subheaderRevamp-openInNewTab", {
106106+ fallback: {
107107+ toggle: true,
108108+ },
109109+ }),
110110+ ),
111111+ info: {
112112+ name: "Open links in new tab",
113113+ description: "Whether to open the class link in a new tab."
114114+ }
115115+ },
116116+ },
117117+ },
101118 ),
102119103120 scrollSegments: createPlugin(