聊天记录显示添加自定义数据库路径功能
This commit is contained in:
parent
92da73fc98
commit
0244b1d73d
@ -22,4 +22,4 @@ except:
|
||||
VERSION_LIST = {}
|
||||
VERSION_LIST_PATH = None
|
||||
|
||||
__version__ = "2.4.19"
|
||||
__version__ = "2.4.20"
|
||||
|
@ -584,7 +584,7 @@ def console_run():
|
||||
|
||||
# 检查是否需要显示帮助信息
|
||||
if len(sys.argv) == 1:
|
||||
sys.argv.append('all')
|
||||
sys.argv.append('ui')
|
||||
elif len(sys.argv) == 2 and sys.argv[1] in modes.keys() and sys.argv[1] not in [main_all.mode, main_wx_info.mode,
|
||||
main_wx_db_path.mode, main_ui.mode]:
|
||||
sys.argv.append('-h')
|
||||
|
Loading…
Reference in New Issue
Block a user