Qt: Add (empty) status bar

This commit is contained in:
Yuri Kunde Schlesner 2017-02-18 12:09:14 -08:00
parent 441f8b5a4b
commit 1b28b26682
6 changed files with 35 additions and 1 deletions

View file

@ -27,6 +27,7 @@ struct Values {
bool single_window_mode;
bool display_titlebar;
bool show_status_bar;
bool confirm_before_closing;
bool first_start;