Noise: Add hex

This commit is contained in:
mhsanaei
2025-03-05 13:22:07 +01:00
parent f0cfd48f66
commit b0edd24c52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -377,7 +377,7 @@
<a-col :lg="24" :xl="12">
<a-select :value="noise.type" style="width: 100%" :dropdown-class-name="themeSwitcher.currentTheme"
@change="(value) => updateNoiseType(index, value)">
<a-select-option :value="p" :label="p" v-for="p in ['rand', 'base64', 'str']" :key="p">
<a-select-option :value="p" :label="p" v-for="p in ['rand', 'base64', 'str', 'hex']" :key="p">
[[ p ]] </a-select-option>
</a-select>
</a-col>