Merge pull request #71 from limingshengsh/master

Master
This commit is contained in:
vn.py 2016-05-05 22:49:34 +08:00
commit fadfc7c351

View File

@ -15,7 +15,7 @@ def main():
sys.setdefaultencoding('utf8')
# 设置Windows底部任务栏图标
if platform.uname() == 'Windows':
if 'Windows' in platform.uname() :
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID('vn.trader')
# 初始化Qt应用对象