1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

fix runtime startup bug.

This commit is contained in:
Shlomi Fish 2021-04-23 18:49:13 +03:00
parent 9fab5f8d1f
commit 65dfcd62ac

View file

@ -43,7 +43,11 @@ import validate
# * Options
# ************************************************************************
_global_settings = {}
_global_settings = {
'mouse_button1': 1,
'mouse_button2': 2,
'mouse_button3': 3,
}
def calcCustomMouseButtonsBinding(binding_format):