refactor(navigation): simplify main tab labels
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user