Add functionality to (Sparkle) updater settings on macOS

Also remove a debug line I accidentally left in
This commit is contained in:
Kenneth Chew
2022-04-22 22:29:00 -04:00
parent f9f46609ee
commit 34adcec616
3 changed files with 9 additions and 2 deletions

View File

@ -173,7 +173,6 @@ void SparkleUpdater::setAllowedChannel(const QString &channel)
NSSet<NSString *> *nsChannels = [NSSet setWithObject:channel.toNSString()];
priv->updaterDelegate.allowedChannels = nsChannels;
qDebug() << channel;
APPLICATION->settings()->set("UpdateChannel", channel);
}