mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-08 15:26:33 -05:00
yuzu: Ensure mouse panning can't be enabled with real mouse emulation
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="enable">
|
||||
<property name="text">
|
||||
<string>Enable</string>
|
||||
<string>Enable mouse panning</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Can be toggled via a hotkey</string>
|
||||
<string>Can be toggled via a hotkey. Default hotkey is Ctrl + F9</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user