Skip to content

Commit

Permalink
about links
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed May 28, 2024
1 parent 3ad4909 commit 725f966
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/settings/YtcFilterGeneral.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import { readFromJson, exportSettingsAsJson, importSettingsFromJson } from '../../ts/ytcf-logic';
import YtcFilterErrorDialog from '../YtcFilterErrorDialog.svelte';
import LoadingBar from '../common/LoadingBar.svelte';
import { version } from '../../manifest.json';
let loading: false | string = false;
const importData = async () => {
const data = await readFromJson();
Expand Down Expand Up @@ -120,6 +121,22 @@
<label for="silently-filter">Silently begin filtering messages in the background on load</label>
</div>
</div>
<div class="settings-title big-text">About</div>
<div class="settings-content">
<div class="setting-item" style="margin-top: 0px;">
<div><strong>YtcFilter v{version}</strong></div>
<div>
<strong>Support:</strong> via <a href="https://discord.com/invite/uJrV3tmthg" style="color: #3ba7ff;" target="_blank">
Discord
</a>
</div>
<div>
<strong>Website:</strong> <a href="https://livetl.app/" style="color: #3ba7ff;" target="_blank">
livetl.app
</a>
</div>
</div>
</div>

<style>
.setting-item {
Expand Down

0 comments on commit 725f966

Please # to comment.