Browse Source

Version check configuration

pull/46/head
coomdev 2 years ago
parent
commit
781c200054
  1. 4
      src/App.svelte
  2. 1
      src/stores.ts

4
src/App.svelte

@ -51,6 +51,10 @@
<div class="content">
<h1>PEE Settings</h1>
<hr />
<label>
<input type="checkbox" bind:checked={$settings.vercheck} />
Check for new versions at startup.
</label>
<label>
<input type="checkbox" bind:checked={$settings.xpi} />
Autoexpand Images on opening.

1
src/stores.ts

@ -24,6 +24,7 @@ export const settings = writable(localLoad('settingsv2', {
ep: false,
expte: false,
hotlink: false,
vercheck: false,
conc: 8,
ho: false,
blacklist: ['guro', 'scat', 'ryona', 'gore'],

Loading…
Cancel
Save