remove theme max num chekc to allow adding themes purely by front-end
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ cgiTermCfgSetParams(HttpdConnData *connData)
|
||||
if (GET_ARG("theme")) {
|
||||
cgi_dbg("Screen color theme: %s", buff);
|
||||
n = atoi(buff);
|
||||
if (n >= 0 && n <= 5) { // ALWAYS ADJUST WHEN ADDING NEW THEME!
|
||||
if (n >= 0) {
|
||||
termconf->theme = (u8) n;
|
||||
// this can't be notified, page must reload.
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user