mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-09 09:23:29 +00:00
now using event toggles when dragging sliders
patch bump
This commit is contained in:
@@ -45,8 +45,8 @@ class Configurations(metaclass=SingletonMeta):
|
||||
|
||||
@dataclass
|
||||
class BaseValues(metaclass=SingletonMeta):
|
||||
# are we dragging a scale with mouse 1
|
||||
in_scale_button_1: bool = False
|
||||
# pause updates after releasing scale
|
||||
run_update: bool = True
|
||||
# are we dragging main window with mouse 1
|
||||
dragging: bool = False
|
||||
# a vban connection established
|
||||
|
||||
Reference in New Issue
Block a user