Tokenade: remove Randomize toggle from UI; keep randomization enabled internally

This commit is contained in:
EP
2025-08-20 21:37:15 -07:00
parent a32b4aa1d1
commit f1f7d1aaf1
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -306,10 +306,7 @@
<input type="checkbox" v-model="tbIncludeNoise" />
<span>Invisible Noise</span>
</label>
<label class="switch neon" title="Use random emojis instead of cycling a fixed set">
<input type="checkbox" v-model="tbRandomizeEmojis" />
<span>Randomize</span>
</label>
<!-- Randomize always on by default; control removed from UI -->
<label class="switch neon" title="Automatically copy result after generation">
<input type="checkbox" v-model="tbAutoCopy" />
<span>Auto-copy</span>
+1 -1
View File
@@ -63,7 +63,7 @@ window.app = new Vue({
tbSeparator: 'zwnj',
tbIncludeVS: true,
tbIncludeNoise: true,
tbRandomizeEmojis: true,
tbRandomizeEmojis: true, // forced on; no UI control
tbAutoCopy: true,
tbSingleCarrier: true,
tbCarrier: '',