We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b0935 commit 43b5441Copy full SHA for 43b5441
1 file changed
src/App.vue
@@ -518,7 +518,7 @@
518
:model-value="contentHeaderBranchDropdownValue"
519
:options="contentHeaderBranchDropdownOptions"
520
:selected-prefix-icon="contentHeaderBranchDropdownIcon"
521
- :icon-only="true"
+ :icon-only="contentHeaderBranchDropdownValue === '__detached_head__'"
522
:disabled="isLoadingThreadBranches || isSwitchingThreadBranch"
523
:enable-search="true"
524
:search-placeholder="t('Search branches...')"
0 commit comments