Remove defunct modpacks alpha notice setting (#1331)

This commit is contained in:
Emma Alexia Triphora
2023-08-23 11:55:20 -04:00
committed by GitHub
parent df98167706
commit 28a5806492
2 changed files with 0 additions and 14 deletions

View File

@@ -12,7 +12,6 @@ export const useCosmetics = () =>
cosmetics.value = {
searchLayout: false,
projectLayout: false,
modpacksAlphaNotice: true,
advancedRendering: true,
externalLinksNewTab: true,
developerMode: false,

View File

@@ -100,19 +100,6 @@
@change="saveCosmetics"
/>
</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">
<label for="external-links-new-tab">
<span class="label__title">Open external links in new tab</span>