diff options
Diffstat (limited to 'nekowatchlet')
-rw-r--r-- | nekowatchlet/liveview.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nekowatchlet/liveview.qml b/nekowatchlet/liveview.qml index fcfb5ff..c1afdbc 100644 --- a/nekowatchlet/liveview.qml +++ b/nekowatchlet/liveview.qml @@ -43,6 +43,8 @@ Rectangle { switch (button) { case 1: case 2: + case 3: + case 4: goToRandomPosition(); break; } |