diff options
Diffstat (limited to 'tools/checkwps/checkwps.c')
-rw-r--r-- | tools/checkwps/checkwps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index bb0af5298f..32d7ef16fd 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -170,7 +170,7 @@ void* plugin_get_buffer(size_t *buffer_size) } struct user_settings global_settings = { - .statusbar = true, + .statusbar = STATUSBAR_TOP, #ifdef HAVE_LCD_COLOR .bg_color = LCD_DEFAULT_BG, .fg_color = LCD_DEFAULT_FG, |