Add network status text to the status bar
This commit is contained in:
parent
871196bc10
commit
ddbbab8fd6
2 changed files with 15 additions and 11 deletions
|
@ -211,7 +211,8 @@ private:
|
|||
QLabel* emu_speed_label = nullptr;
|
||||
QLabel* game_fps_label = nullptr;
|
||||
QLabel* emu_frametime_label = nullptr;
|
||||
ClickableLabel* network_status = nullptr;
|
||||
ClickableLabel* network_status_icon = nullptr;
|
||||
ClickableLabel* network_status_text = nullptr;
|
||||
QTimer status_bar_update_timer;
|
||||
|
||||
std::unique_ptr<Config> config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue