feat(gui): add task deletion menus
This commit is contained in:
@@ -143,6 +143,7 @@ class MainWindow(QMainWindow):
|
||||
title_prompt_path=appconfig.title_prompt_path(self.config),
|
||||
cover_prompts_dir=appconfig.cover_prompts_dir(self.config),
|
||||
open_accounts_callback=lambda: self.open_accounts_tab(),
|
||||
refresh_workflow_callback=lambda: self.refresh_task_tabs(),
|
||||
)
|
||||
if title == "③ 更新蝦皮":
|
||||
return ApplyTab(
|
||||
@@ -151,6 +152,7 @@ class MainWindow(QMainWindow):
|
||||
status_callback=self.show_status,
|
||||
open_accounts_callback=lambda: self.open_accounts_tab(),
|
||||
open_settings_callback=lambda: self.open_settings_tab(),
|
||||
refresh_workflow_callback=lambda: self.refresh_task_tabs(),
|
||||
)
|
||||
if title == "账号管理":
|
||||
return AccountsTab(
|
||||
|
||||
Reference in New Issue
Block a user