Versuch die WebOberfläche an zu passen

This commit is contained in:
dAjaY85 2023-03-05 16:21:06 +01:00
parent 3a2e2fa286
commit 18ea8b5925
4 changed files with 5 additions and 6 deletions

View file

@ -602,7 +602,6 @@ class Web {
// display
mConfig->plugin.display.pwrSaveAtIvOffline = (request->arg("dispPwr") == "on");
mConfig->plugin.display.logoEn = (request->arg("logoEn") == "on");
mConfig->plugin.display.pxShift = (request->arg("dispPxSh") == "on");
mConfig->plugin.display.rot = request->arg("rotation").toInt();
mConfig->plugin.display.type = request->arg("dispType").toInt();