tui: Localize status bar time keeping

This commit is contained in:
CTCaer
2020-06-13 18:33:44 +03:00
parent 21548545fc
commit c613acb31d
3 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ void set_default_configuration()
h_cfg.autoboot_list = 0;
h_cfg.bootwait = 3;
h_cfg.se_keygen_done = 0;
h_cfg.sbar_time_keeping = 0;
h_cfg.backlight = 100;
h_cfg.autohosoff = 0;
h_cfg.autonogc = 1;

View File

@@ -37,7 +37,6 @@ typedef struct _hekate_config
bool sept_run;
bool emummc_force_disable;
bool rcm_patched;
u32 sbar_time_keeping;
u32 errors;
hos_eks_mbr_t *eks;
} hekate_config;