mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Use default in switch.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
364b329d55
commit
f581aa1e4b
@ -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 New Issue
Block a user