Load user saved setting for blank timer on recovery startup
Fix persistence of military time
This commit is contained in:
@@ -37,6 +37,7 @@ extern "C" {
|
||||
#include <sstream>
|
||||
#include "pages.hpp"
|
||||
#include "blanktimer.hpp"
|
||||
#include "../data.hpp"
|
||||
extern "C" {
|
||||
#include "../common.h"
|
||||
#include "../recovery_ui.h"
|
||||
@@ -46,7 +47,6 @@ extern "C" {
|
||||
|
||||
blanktimer::blanktimer(void) {
|
||||
blanked = 0;
|
||||
sleepTimer = 60;
|
||||
orig_brightness = getBrightness();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user