mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-16 17:22:51 +09:00
disable touch gestures for boot options
This commit is contained in:
@@ -83,8 +83,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="ml-8 p-2 inline-block {index == current_option ? 'text-slate-900 bg-slate-200' : 'text-slate-300'}"
|
<div class="ml-8 p-2 inline-block {index == current_option ? 'text-slate-900 bg-slate-200' : 'text-slate-300'}"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
current_option = index;
|
//current_option = index;
|
||||||
boot();
|
//boot();
|
||||||
}}>
|
}}>
|
||||||
{option}
|
{option}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user