Add functionality to (Sparkle) updater settings on macOS
Also remove a debug line I accidentally left in
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user