mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 15:00:39 -04:00
Disabled multi-touch emulation on desktop
This commit is contained in:
parent
475dfb4447
commit
b716855d61
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ else:
|
||||||
from .ui.messages import Messages, ts_format
|
from .ui.messages import Messages, ts_format
|
||||||
from .ui.helpers import ContentNavigationDrawer, DrawerList, IconListItem
|
from .ui.helpers import ContentNavigationDrawer, DrawerList, IconListItem
|
||||||
|
|
||||||
|
from kivy.config import Config
|
||||||
|
Config.set('input', 'mouse', 'mouse,disable_multitouch')
|
||||||
|
|
||||||
from kivy.metrics import dp, sp
|
from kivy.metrics import dp, sp
|
||||||
from kivymd.uix.button import MDRectangleFlatButton
|
from kivymd.uix.button import MDRectangleFlatButton
|
||||||
from kivymd.uix.dialog import MDDialog
|
from kivymd.uix.dialog import MDDialog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue