mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
fix: Fixed initial setting values being wronly cased (#106)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const showAnnouncementsSetting = {
|
||||
key: "showAnnouncements",
|
||||
initialValue: "Enabled",
|
||||
initialValue: "enabled",
|
||||
values: {
|
||||
enabled: "Enabled",
|
||||
disabled: "Disabled"
|
||||
@@ -9,7 +9,7 @@ export const showAnnouncementsSetting = {
|
||||
|
||||
export const featuredThemePreviewSetting = {
|
||||
key: "featuredThemePreview",
|
||||
initialValue: "Video",
|
||||
initialValue: "video",
|
||||
values: {
|
||||
video: "Video",
|
||||
cover: "Cover",
|
||||
|
||||
Reference in New Issue
Block a user