From 34adcec6165662d6245a55ee0a75c36753061df2 Mon Sep 17 00:00:00 2001 From: Kenneth Chew Date: Fri, 22 Apr 2022 22:29:00 -0400 Subject: Add functionality to (Sparkle) updater settings on macOS Also remove a debug line I accidentally left in --- launcher/updater/macsparkle/SparkleUpdater.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'launcher/updater') diff --git a/launcher/updater/macsparkle/SparkleUpdater.mm b/launcher/updater/macsparkle/SparkleUpdater.mm index 0d4119a4..ad7b83c8 100644 --- a/launcher/updater/macsparkle/SparkleUpdater.mm +++ b/launcher/updater/macsparkle/SparkleUpdater.mm @@ -173,7 +173,6 @@ void SparkleUpdater::setAllowedChannel(const QString &channel) NSSet *nsChannels = [NSSet setWithObject:channel.toNSString()]; priv->updaterDelegate.allowedChannels = nsChannels; - qDebug() << channel; APPLICATION->settings()->set("UpdateChannel", channel); } -- cgit