mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Remove themes from the theme order array
This commit is contained in:
@@ -7,7 +7,7 @@ const MAX_IMAGE_SIZE = 10 * 1024 * 1024;
|
||||
const ALLOWED_IMAGE_EXTENSIONS = [".jpg", ".jpeg", ".png", ".webp", ".gif", ".avif"];
|
||||
const ALLOWED_IMAGE_NAMES = ["cover", "background"];
|
||||
|
||||
const THEME_ORDER = ["dark", "light", "neon", "fnatic", "chirac", "drift", "nf", "songbird", "spicyfire"];
|
||||
const THEME_ORDER = ["dark", "light"];
|
||||
|
||||
const REQUIRED_KEYS = [
|
||||
["meta", "name"],
|
||||
|
||||
Reference in New Issue
Block a user