Make system theme selectable (#505)

Also fixes #504
This commit is contained in:
Josiah (Gaming32) Glosson
2022-05-30 13:33:39 -05:00
committed by GitHub
parent f455722bed
commit a0959d2730

View File

@@ -100,7 +100,7 @@
</span>
<Multiselect
v-model="$colorMode.preference"
:options="['light', 'dark', 'oled']"
:options="['system', 'light', 'dark', 'oled']"
:searchable="false"
:close-on-select="true"
:show-labels="false"