We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93eae42 commit b88d1ddCopy full SHA for b88d1dd
src/gui/generalsettings.cpp
@@ -283,7 +283,7 @@ void GeneralSettings::loadMiscSettings()
283
#if defined(BUILD_UPDATER)
284
auto validUpdateChannels = cfgFile.validUpdateChannels();
285
if (const auto serverHasValidSubscription = cfgFile.serverHasValidSubscription();
286
- serverHasValidSubscription) {
+ serverHasValidSubscription && !Theme::instance()->isBranded()) {
287
validUpdateChannels << QStringLiteral("enterprise");
288
}
289
_ui->updateChannel->addItems(validUpdateChannels);
0 commit comments