From 9e614965cbd18d5c7878befeb15bc39b9d7c8226 Mon Sep 17 00:00:00 2001 From: Zzaphkiel Date: Mon, 5 Aug 2024 16:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=20OPGG=20=E8=8B=B1?= =?UTF-8?q?=E9=9B=84=20build=20=E6=A0=87=E9=A2=98=E7=99=BB=E5=9C=BA?= =?UTF-8?q?=E7=8E=87=E7=BC=BA=E5=B0=91=E7=99=BE=E5=88=86=E5=8F=B7=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/opgg_build_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/opgg_build_interface.py b/app/view/opgg_build_interface.py index 10a2296..f0d6a1e 100644 --- a/app/view/opgg_build_interface.py +++ b/app/view/opgg_build_interface.py @@ -162,7 +162,7 @@ def updateWidget(self, data): self.winRateLabel.setText(f"{data['winRate']*100:.2f}%") self.pickRateTextLabel.setText(self.tr("Pick Rate")) - self.pickRateLabel.setText(f"{data['pickRate']*100:.2f}") + self.pickRateLabel.setText(f"{data['pickRate']*100:.2f}%") if banRate := data['banRate']: self.banRateTextLabel.setText(self.tr("Ban Rate"))