This commit is contained in:
Calum H. (IMB11)
2026-08-24 12:46:43 +01:00
parent cba59f9848
commit b0c77bb395
2 changed files with 3 additions and 4 deletions
@@ -82,8 +82,8 @@ function toggle(side: ContentSide) {
</button>
<span
v-if="modelValue.locked"
v-tooltip="modelValue.disabledTooltip ?? formatMessage(messages.locked)"
v-if="modelValue.locked && disabledSides.size > 0"
v-tooltip="formatMessage(messages.locked)"
class="inline-flex size-5 shrink-0 cursor-help items-center justify-center text-secondary"
tabindex="0"
>
@@ -106,8 +106,7 @@ const messages = defineMessages({
},
sideLocked: {
id: 'hosting.content.enabled-for.side-locked',
defaultMessage:
'This option conflicts with the detected environment. Unlock the environment controls from the row menu to change it.',
defaultMessage: 'This option conflicts with the detected environment.',
},
unknownEnvironment: {
id: 'hosting.content.enabled-for.unknown-environment',