mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-27 21:27:18 +02:00
Versuch die WebOberfläche an zu passen
This commit is contained in:
parent
3a2e2fa286
commit
18ea8b5925
4 changed files with 5 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue