Update settings.html

This commit is contained in:
aryanveg 2024-08-20 00:20:31 +03:30 committed by GitHub
parent 438a9684ee
commit d972a0ecc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -303,7 +303,7 @@
</a-col> </a-col>
<a-col :lg="24" :xl="12"> <a-col :lg="24" :xl="12">
<a-select v-model="fragmentPackets" style="width: 100%" :dropdown-class-name="themeSwitcher.currentTheme"> <a-select v-model="fragmentPackets" style="width: 100%" :dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option :value="p" :label="p" v-for="p in ['1-1', '1-3', 'tlshello']"> [[ p ]] </a-select-option> <a-select-option :value="p" :label="p" v-for="p in ['1-2', '1-5', '1-1', '1-3', 'tlshello']"> [[ p ]] </a-select-option>
</a-select> </a-select>
</a-col> </a-col>
</a-row> </a-row>