summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-13 18:30:59 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-13 18:30:59 -0400
commitf6f4470d955c75531d40a9dc3a353d261c715d4a (patch)
treefc51d832d3f03f2455ec26a22dc6cba5bec8fb65 /src
parenta40ef854f3769a0e5d3c2629de538e272a6fcecf (diff)
downloadSMAPI-f6f4470d955c75531d40a9dc3a353d261c715d4a.tar.gz
SMAPI-f6f4470d955c75531d40a9dc3a353d261c715d4a.tar.bz2
SMAPI-f6f4470d955c75531d40a9dc3a353d261c715d4a.zip
enable beta info on the mod compatibility list by default
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Web/Views/Mods/Index.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml
index 7dcd0718..5df49afb 100644
--- a/src/SMAPI.Web/Views/Mods/Index.cshtml
+++ b/src/SMAPI.Web/Views/Mods/Index.cshtml
@@ -45,7 +45,7 @@ else
@if (hasBeta)
{
- <p id="beta-blurb" v-show="showAdvanced"><strong>Note:</strong> "@betaLabel" lines are for an unreleased version of SMAPI, not the stable version most players have. If a mod doesn't have that line, the info applies to both versions of SMAPI.</p>
+ <p id="beta-blurb"><strong>Note:</strong> "@betaLabel" lines are for the beta version of Stardew Valley, not the stable version most players have. If a mod doesn't have that line, the info applies to both versions.</p>
}
</div>
@@ -99,7 +99,7 @@ else
</td>
<td>
<div v-html="mod.Compatibility.Summary"></div>
- <div v-if="mod.BetaCompatibility" v-show="showAdvanced">
+ <div v-if="mod.BetaCompatibility">
<strong v-if="mod.BetaCompatibility">@betaLabel:</strong>
<span v-html="mod.BetaCompatibility.Summary"></span>
</div>