зеркало из https://github.com/nextcloud/desktop.git
Do not override the channels list if one of the account has enterprise.
Maintain stable and enterprise. Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Родитель
85a3658414
Коммит
664a13189b
|
@ -293,7 +293,7 @@ void GeneralSettings::loadMiscSettings()
|
|||
#if defined(BUILD_UPDATER)
|
||||
void GeneralSettings::loadUpdateChannelsList() {
|
||||
ConfigFile cfgFile;
|
||||
if (_currentUpdateChannelList != cfgFile.validUpdateChannels()) {
|
||||
if (_currentUpdateChannelList != cfgFile.validUpdateChannels() && !cfgFile.serverHasValidSubscription()) {
|
||||
_currentUpdateChannelList = cfgFile.validUpdateChannels();
|
||||
_ui->updateChannel->clear();
|
||||
_ui->updateChannel->addItems(_currentUpdateChannelList);
|
||||
|
|
Загрузка…
Ссылка в новой задаче