From 5c8829d2cb344b1e9c823d3330b98fbf40481bca Mon Sep 17 00:00:00 2001 From: Zzaphkiel Date: Sat, 3 Aug 2024 16:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=B9=E5=87=BA=20OPGG=20?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/common/config.py b/app/common/config.py index c6f7e7a..5049210 100644 --- a/app/common/config.py +++ b/app/common/config.py @@ -66,7 +66,7 @@ class Config(QConfig): showTierInGameInfo = ConfigItem("Functions", "ShowTierInGameInfo", False, BoolValidator()) - autoShowOpgg = ConfigItem("Functions", "AutoShowOpgg", False, + autoShowOpgg = ConfigItem("Functions", "AutoShowOpgg", True, BoolValidator()) enableAutoAcceptMatching = ConfigItem("Functions", "EnableAutoAcceptMatching", False, @@ -158,8 +158,8 @@ class Config(QConfig): YEAR = 2023 AUTHOR = "Zzaphkiel" -VERSION = "0.13.1" -BETA = "1.0.0-beta2" +VERSION = "1.0.0" +BETA = None FEEDBACK_URL = "https://github.com/Zzaphkiel/Seraphine/issues?q=is%3Aissue" GITHUB_URL = "https://github.com/Zzaphkiel/Seraphine" LOCAL_PATH = f"{os.getenv('APPDATA')}\\Seraphine"