Skip to content

Commit

Permalink
Update fc_client.h
Browse files Browse the repository at this point in the history
changed the value of timout from 8000 to 20000
  • Loading branch information
Silent0Wings authored Jul 22, 2023
1 parent 5719942 commit ff89a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fc_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class fc_client : public QMainWindow {

enum client_pages current_page();

void set_status_bar(const QString &str, int timeout = 8000);
void set_status_bar(const QString &str, int timeout = 20000);
void set_diplo_dialog(choice_dialog *widget);
choice_dialog *get_diplo_dialog();
void write_settings();
Expand Down

0 comments on commit ff89a7d

Please sign in to comment.