summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/solitaire.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 09f108a9ec..5ce52a81e8 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -597,6 +597,11 @@ int solitaire_menu(bool in_game)
597 597
598 struct menu_item items[4]; 598 struct menu_item items[4];
599 599
600#if LCD_DEPTH > 1
601 rb->lcd_set_foreground(LCD_DEFAULT_FG);
602 rb->lcd_set_background(LCD_DEFAULT_BG);
603#endif
604
600 if (in_game) 605 if (in_game)
601 { 606 {
602 items[i++].desc = "Resume Game"; 607 items[i++].desc = "Resume Game";