diff options
Diffstat (limited to 'styles/neptune/Switch.qml')
| -rw-r--r-- | styles/neptune/Switch.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/neptune/Switch.qml b/styles/neptune/Switch.qml index e4843163..2a906fc0 100644 --- a/styles/neptune/Switch.qml +++ b/styles/neptune/Switch.qml @@ -63,6 +63,10 @@ T.Switch { spacing: Sizes.dp(8) Cursor { + onActivated: { + control.toggle(); + } + onPressAndHold: { control.pressAndHold(); } |
