mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Added support for unauthenticated feeds #42 - Added support for Romanian - Closes #66 - Closes #81 - Closes #82 - Closes #84
This commit is contained in:
parent
599e024afa
commit
29eb3d0c35
9 changed files with 92 additions and 29 deletions
|
@ -92,12 +92,12 @@ onMounted(() => {
|
|||
class="input"
|
||||
:value="getTheme()"
|
||||
@change="setTheme($event.target.value)">
|
||||
<option value="dark">Dark (Default)</option>
|
||||
<option value="light">Light</option>
|
||||
<option value="blur">Blur</option>
|
||||
<option value="light blur">Blur (Light)</option>
|
||||
<option value="dracula">Dracula</option>
|
||||
<option value="nord">Nord</option>
|
||||
<option value="dark">{{ t('pref.dark') }}</option>
|
||||
<option value="light">{{ t('pref.light') }}</option>
|
||||
<option value="blur">{{ t('pref.blur') }}</option>
|
||||
<option value="light blur">{{ t('pref.blur_light') }}</option>
|
||||
<option value="dracula">{{ t('pref.dracula') }}</option>
|
||||
<option value="nord">{{ t('pref.nord') }}</option>
|
||||
</select>
|
||||
|
||||
<h2>Language</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue