Skip to content

Commit 2ecdb54

Browse files
committed
fix redundant theme option
1 parent 4b44854 commit 2ecdb54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Popup/PreferencesPage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
v-model="theme"
66
style="margin-left: 10px"
77
>
8-
<option value="normal">{{ i18n.theme_light }}</option>
98
<option value="normal">{{ i18n.theme_light }}</option>
109
<option value="dark">{{ i18n.theme_dark }}</option>
1110
<option value="simple">{{ i18n.theme_simple }}</option>

0 commit comments

Comments
 (0)