Skip to content

Commit 43b5441

Browse files
committed
Show branch name in header when not detached
1 parent 00b0935 commit 43b5441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
:model-value="contentHeaderBranchDropdownValue"
519519
:options="contentHeaderBranchDropdownOptions"
520520
:selected-prefix-icon="contentHeaderBranchDropdownIcon"
521-
:icon-only="true"
521+
:icon-only="contentHeaderBranchDropdownValue === '__detached_head__'"
522522
:disabled="isLoadingThreadBranches || isSwitchingThreadBranch"
523523
:enable-search="true"
524524
:search-placeholder="t('Search branches...')"

0 commit comments

Comments
 (0)