mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Use default in switch.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
364b329d55
commit
f581aa1e4b
1 changed files with 2 additions and 2 deletions
|
@ -370,9 +370,9 @@ void GeneralSettings::slotUpdateChannelChanged()
|
|||
case 2:
|
||||
return QStringLiteral("daily");
|
||||
break;
|
||||
default:
|
||||
return QStringLiteral("stable");
|
||||
}
|
||||
|
||||
return QStringLiteral("stable");
|
||||
};
|
||||
|
||||
const auto channel = updateChannelFromLocalized(_ui->updateChannel->currentIndex());
|
||||
|
|
Loading…
Reference in a new issue