mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor (ui): change about page to icon next to what's new
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
import type { SettingsList } from "@/svelte-interface/types/SettingsProps"
|
||||
import { settingsState } from "@/seqta/utils/listeners/SettingsState.ts"
|
||||
import { closeSettings, OpenAboutPage } from "@/SEQTA"
|
||||
</script>
|
||||
|
||||
{#snippet Setting({ title, description, Component, props }: SettingsList) }
|
||||
@@ -91,16 +90,6 @@
|
||||
onChange: (isOn: boolean) => settingsState.lessonalert = isOn
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "About BetterSEQTA+",
|
||||
description: "Opens About page.",
|
||||
id: 9,
|
||||
Component: Button,
|
||||
props: {
|
||||
onClick: () => { OpenAboutPage(); closeSettings() },
|
||||
text: "Open"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "BetterSEQTA+",
|
||||
description: "Enables BetterSEQTA+ features",
|
||||
|
||||
Reference in New Issue
Block a user