Skip to content

Commit 3935e8c

Browse files
committed
fix: 修复首次启动失败
1 parent 57e483f commit 3935e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zzz_od/gui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _check_first_run(self):
238238
"""首次运行时显示防倒卖弹窗"""
239239
if self.ctx.env_config.is_first_run:
240240
from one_dragon_qt.widgets.welcome_dialog import WelcomeDialog
241-
dialog = WelcomeDialog(self.ctx, self, gt('欢迎使用绝区零一条龙'))
241+
dialog = WelcomeDialog(self, gt('欢迎使用绝区零一条龙'))
242242
if dialog.exec():
243243
self.ctx.env_config.is_first_run = False
244244

0 commit comments

Comments
 (0)