fix: can't delete sub-workspace

fixes #530
This commit is contained in:
linonetwo 2024-04-17 19:38:19 +08:00
parent c15acbcd81
commit b5b0e4f3a7
3 changed files with 22 additions and 13 deletions

View file

@ -209,7 +209,8 @@
"Generate": "Generate",
"TokenAuthCurrentTokenEmptyText": "Click the Generate button to generate a new credential",
"ClickToExpand": "Click To Expand",
"MainWorkspacePath": "Main Workspace Path"
"MainWorkspacePath": "Main Workspace Path",
"IsSubWorkspace": "Is SubWorkspace"
},
"Dialog": {
"CantFindWorkspaceFolderRemoveWorkspace": "Cannot find the workspace folder that was still there before! \nThe folders that should have existed here may have been removed, or there is no wiki in this folder! \nDo you want to remove the workspace?",

View file

@ -243,7 +243,8 @@
"TokenAuthCurrentTokenDescription": "机密信息,泄露给敌意实体后需要重新生成,重新生成后需要为连接的第三方应用更新凭证",
"Generate": "生成",
"ClickToExpand": "点击展开",
"MainWorkspacePath": "主工作区路径"
"MainWorkspacePath": "主工作区路径",
"IsSubWorkspace": "是子工作区"
},
"Scripting": {
"ExecutingScript": "正在执行脚本"