[chronojump] At networks when wristband changes shows Ready fast
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] At networks when wristband changes shows Ready fast
- Date: Wed, 16 Sep 2020 14:32:59 +0000 (UTC)
commit 6e456e9fcf100f274515b829d77c84bb481ee397
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Sep 16 16:32:29 2020 +0200
At networks when wristband changes shows Ready fast
src/gui/networks.cs | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index dc11649e..f17e0b17 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -620,6 +620,12 @@ public partial class ChronoJumpWindow
return true;
}
+ //show a Readed message nice if the network is slow or there is any problem with the web
services
+ label_rfid_wait.Text = Catalog.GetString("Readed");
+ label_rfid_encoder_wait.Text = Catalog.GetString("Readed");
+ label_rfid_wait.Visible = true;
+ label_rfid_encoder_wait.Visible = true;
+
shouldUpdateRFIDGui = false;
updatingRFIDGuiStuff = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]