Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/views/LocalModList/LocalModCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ function dependencyStringToModName(x: string) {
v-tooltip.right="'This mod is deprecated and could be broken'">
Deprecated
</span>
<span v-if="props.mod.getInstallMode() == 'managed' && !tsMod"
class="tag is-warning margin-right margin-right--half-width"
v-tooltip.right="'This mod was delisted and could be temporarily or permanently unavailable'">
Delisted
</span>
<span v-if="!mod.isEnabled()"
class="tag is-warning margin-right margin-right--half-width"
v-tooltip.right="'This mod will not be used in-game'">
Expand Down