You've already forked AstralRinth
forked from didirus/AstralRinth
Remove defunct modpacks alpha notice setting (#1331)
This commit is contained in:
committed by
GitHub
parent
df98167706
commit
28a5806492
@@ -12,7 +12,6 @@ export const useCosmetics = () =>
|
|||||||
cosmetics.value = {
|
cosmetics.value = {
|
||||||
searchLayout: false,
|
searchLayout: false,
|
||||||
projectLayout: false,
|
projectLayout: false,
|
||||||
modpacksAlphaNotice: true,
|
|
||||||
advancedRendering: true,
|
advancedRendering: true,
|
||||||
externalLinksNewTab: true,
|
externalLinksNewTab: true,
|
||||||
developerMode: false,
|
developerMode: false,
|
||||||
|
|||||||
@@ -100,19 +100,6 @@
|
|||||||
@change="saveCosmetics"
|
@change="saveCosmetics"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="adjacent-input small">
|
|
||||||
<label for="modpacks-alpha-notice">
|
|
||||||
<span class="label__title">Modpacks alpha notice</span>
|
|
||||||
<span class="label__description">Shows a banner stating that modpacks are in alpha.</span>
|
|
||||||
</label>
|
|
||||||
<input
|
|
||||||
id="modpacks-alpha-notice"
|
|
||||||
v-model="cosmetics.modpacksAlphaNotice"
|
|
||||||
class="switch stylized-toggle"
|
|
||||||
type="checkbox"
|
|
||||||
@change="saveCosmetics"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div class="adjacent-input small">
|
<div class="adjacent-input small">
|
||||||
<label for="external-links-new-tab">
|
<label for="external-links-new-tab">
|
||||||
<span class="label__title">Open external links in new tab</span>
|
<span class="label__title">Open external links in new tab</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user