Skip to content

Commit

Permalink
修改日志等级后新增弹窗重启提示
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Jan 10, 2024
1 parent f22f09e commit 0dbc074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Config(QConfig):
"EnableCheckUpdate", True,
BoolValidator())

logLevel = OptionsConfigItem("General", "LogLevel", 40, OptionsValidator([10, 20, 30, 40]))
logLevel = OptionsConfigItem("General", "LogLevel", 40, OptionsValidator([10, 20, 30, 40]), restart=True)

# enableCopyPlayersInfo = ConfigItem("Functions", "EnableCopyPlayersInfo",
# False, BoolValidator())
Expand Down

0 comments on commit 0dbc074

Please sign in to comment.