mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-15 08:42:49 +09:00
disable touch gestures for boot options
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user