We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68254e2 commit 248adafCopy full SHA for 248adaf
main.py
@@ -104,6 +104,8 @@ def onOpenConfigFolderButtonClicked(self):
104
os.startfile(os.path.join(os.path.expanduser('~'), "PCRJJCAnalyzer"))
105
def onResetSettingsButton(self):
106
util.config_writeConfig(util.default_dict)
107
+ util.loadConfig()
108
+ global_logger.info("已重置设定。")
109
def onLoggingLevelDropboxSelect(self, loggingLevel):
110
if loggingLevel == "Warning":
111
logging.getLogger().setLevel(logging.WARNING)
0 commit comments