From 92b944464af4683aa85c7f881fe13248daf41aa7 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 28 May 2019 12:41:58 -0700 Subject: [PATCH] Fix BUGZ-146: Clicking on the gear icon causes three click sounds --- .../qml/hifi/simplifiedUI/simplifiedControls/Switch.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml b/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml index e734cd65fe..9377dba9e1 100644 --- a/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml +++ b/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml @@ -70,8 +70,6 @@ Item { } onCheckedChanged: { - root.checkedChanged(); - Tablet.playSound(TabletEnums.ButtonClick); originalSwitch.changeColor(); }