Skip to content

Commit

Permalink
默认弹出 OPGG 窗口,更新版本号至 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Aug 3, 2024
1 parent 8df89d8 commit 5c8829d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5c8829d

Please sign in to comment.