About page button

This commit is contained in:
Alphons Joseph
2024-09-09 18:16:59 +08:00
parent f6a58cda0f
commit d68ba1521a
3 changed files with 117 additions and 2 deletions
@@ -90,10 +90,20 @@
onChange: (isOn: boolean) => settingsState.lessonalert = isOn
}
},
{
title: "About BetterSEQTA+",
description: "Opens About page.",
id: 9,
Component: Button,
props: {
onClick: () => browser.runtime.sendMessage({ type: 'currentTab', info: 'OpenAboutPage' }),
text: "Open"
}
},
{
title: "BetterSEQTA+",
description: "Enables BetterSEQTA+ features",
id: 9,
id: 10,
Component: Switch,
props: {
state: $settingsState.onoff,