diff options
Diffstat (limited to 'screen_ui.h')
-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 d8ac85bea..4319b76ce 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -34,6 +34,7 @@ class ScreenRecoveryUI : public RecoveryUI { // overall recovery state ("background image") void SetBackground(Icon icon); + void SetSystemUpdateText(bool security_update); // progress indicator void SetProgressType(ProgressType type); |