disable touch gestures for boot options

This commit is contained in:
Bao Nguyen
2023-02-15 20:28:19 +07:00
parent 644fe81ce1
commit f463435452

View File

@@ -83,8 +83,8 @@
<div>
<div class="ml-8 p-2 inline-block {index == current_option ? 'text-slate-900 bg-slate-200' : 'text-slate-300'}"
on:click={() => {
current_option = index;
boot();
//current_option = index;
//boot();
}}>
{option}
</div>