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 ada006d1..14b91385 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -64,6 +64,7 @@ class ScreenRecoveryUI : public RecoveryUI {
64 private: 64 private:
65 Icon currentIcon; 65 Icon currentIcon;
66 int installingFrame; 66 int installingFrame;
67 const char* locale;
67 bool rtl_locale; 68 bool rtl_locale;
68 69
69 pthread_mutex_t updateMutex; 70 pthread_mutex_t updateMutex;