refactor(navigation): simplify main tab labels

This commit is contained in:
chengma
2026-07-17 12:24:05 +08:00
parent 01697759fc
commit 4e10cce794
29 changed files with 217 additions and 217 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ class ImageStudioTab(QWidget):
account.alias,
)
if not self.accounts:
self.account_combo.addItem("暂无账号,请先到④账号管理添加", "")
self.account_combo.addItem("暂无账号,请先到账号管理添加", "")
def refresh_projects(self):
try: