You've already forked AstralRinth
forked from didirus/AstralRinth
Change uses of "Include snapshots" to "Include all versions" (#1178)
This commit is contained in:
@@ -59,8 +59,8 @@
|
|||||||
gameVersionFilters.some((v) => v.version_type !== 'release')
|
gameVersionFilters.some((v) => v.version_type !== 'release')
|
||||||
"
|
"
|
||||||
v-model="includeSnapshots"
|
v-model="includeSnapshots"
|
||||||
label="Include snapshots"
|
label="Show all versions"
|
||||||
description="Include snapshots"
|
description="Show all versions"
|
||||||
:border="false"
|
:border="false"
|
||||||
@update:model-value="updateQuery"
|
@update:model-value="updateQuery"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -615,8 +615,8 @@
|
|||||||
/>
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
v-model="showSnapshots"
|
v-model="showSnapshots"
|
||||||
label="Include snapshots"
|
label="Show all versions"
|
||||||
description="Include snapshots"
|
description="Show all versions"
|
||||||
style="margin-top: 0.5rem"
|
style="margin-top: 0.5rem"
|
||||||
:border="false"
|
:border="false"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -158,8 +158,8 @@
|
|||||||
<h3 class="sidebar-menu-heading">Minecraft versions</h3>
|
<h3 class="sidebar-menu-heading">Minecraft versions</h3>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
v-model="showSnapshots"
|
v-model="showSnapshots"
|
||||||
label="Include snapshots"
|
label="Show all versions"
|
||||||
description="Include snapshots"
|
description="Show all versions"
|
||||||
style="margin-bottom: 0.5rem"
|
style="margin-bottom: 0.5rem"
|
||||||
:border="false"
|
:border="false"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user