aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index ea7712a3..f494e9e2 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -63,6 +63,7 @@ class ScreenRecoveryUI : public RecoveryUI {
63 private: 63 private:
64 Icon currentIcon; 64 Icon currentIcon;
65 int installingFrame; 65 int installingFrame;
66 const char* locale;
66 bool rtl_locale; 67 bool rtl_locale;
67 68
68 pthread_mutex_t updateMutex; 69 pthread_mutex_t updateMutex;