diff options
Diffstat (limited to '')
-rw-r--r-- | screen_ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h index ada006d1e..14b91385d 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -64,6 +64,7 @@ class ScreenRecoveryUI : public RecoveryUI { private: Icon currentIcon; int installingFrame; + const char* locale; bool rtl_locale; pthread_mutex_t updateMutex; |