aboutsummaryrefslogtreecommitdiff
path: root/ParrotZikTray
diff options
context:
space:
mode:
Diffstat (limited to 'ParrotZikTray')
-rwxr-xr-xParrotZikTray4
1 files changed, 2 insertions, 2 deletions
diff --git a/ParrotZikTray b/ParrotZikTray
index 193f8d1..1f934ea 100755
--- a/ParrotZikTray
+++ b/ParrotZikTray
@@ -107,9 +107,9 @@ class ParrotZikIndicator(SysIndicator):
def toggleANC(self, widget):
if self.connected:
if self.check.get_active():
- self.parrot.setNoiseCancel("true")
+ self.parrot.noise_cancel = "true"
else:
- self.parrot.setNoiseCancel("false")
+ self.parrot.noise_cancel = "false"
def toggleAuto(self, widget):
if self.connected: