This commit is contained in:
Calum H. (IMB11)
2026-08-31 17:52:36 +01:00
parent 9ba9ca8fb7
commit 3c58782f2a
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',