We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44854 commit 2ecdb54Copy full SHA for 2ecdb54
src/components/Popup/PreferencesPage.vue
@@ -5,7 +5,6 @@
5
v-model="theme"
6
style="margin-left: 10px"
7
>
8
- <option value="normal">{{ i18n.theme_light }}</option>
9
<option value="normal">{{ i18n.theme_light }}</option>
10
<option value="dark">{{ i18n.theme_dark }}</option>
11
<option value="simple">{{ i18n.theme_simple }}</option>
0 commit comments