Skip to content

Commit

Permalink
fix spinner and click issue by enabling mutlitouch
Browse files Browse the repository at this point in the history
  • Loading branch information
LupaDevStudio committed Nov 19, 2023
1 parent 7c3ff8d commit 34288ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Remove the red dots when right-clicking
from kivy.config import Config
Config.set("input", "mouse", "mouse,disable_multitouch")
# Config.set("input", "mouse", "mouse,disable_multitouch")
Config.set('kivy', 'exit_on_escape', '0')

from kivy.app import App
Expand Down

0 comments on commit 34288ef

Please sign in to comment.