fix(branch-dropdown): show "No branch" label when folder is not a git repository

This commit is contained in:
xintaofei
2026-04-23 15:12:46 +08:00
parent ec115e5a12
commit ba7f3c598b
11 changed files with 11 additions and 11 deletions

View File

@@ -1068,7 +1068,7 @@
"switchToBranch": "Switch to this branch",
"mergeBranchIntoCurrent": "Merge {branchName} into {currentBranch}",
"rebaseCurrentToBranch": "Rebase {currentBranch} onto {branchName}",
"versionControl": "Version Control",
"noBranch": "No branch",
"initGitRepo": "Initialize Git repository",
"pullCode": "Pull code",
"fetchRemoteBranches": "Fetch remote branches",