From df547e0d21426613616e51371b5722b298eeba2c Mon Sep 17 00:00:00 2001 From: Silent <121576911+Silent0Wings@users.noreply.github.com> Date: Sat, 22 Jul 2023 10:13:30 -0400 Subject: [PATCH] Update fc_client.h changed the value of timout from 8000 to 20000 --- client/fc_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/fc_client.h b/client/fc_client.h index 5d2f68e6cc..34aa4277ec 100644 --- a/client/fc_client.h +++ b/client/fc_client.h @@ -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();