mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +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:
|
case 2:
|
||||||
return QStringLiteral("daily");
|
return QStringLiteral("daily");
|
||||||
break;
|
break;
|
||||||
}
|
default:
|
||||||
|
|
||||||
return QStringLiteral("stable");
|
return QStringLiteral("stable");
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const auto channel = updateChannelFromLocalized(_ui->updateChannel->currentIndex());
|
const auto channel = updateChannelFromLocalized(_ui->updateChannel->currentIndex());
|
||||||
|
|
Loading…
Reference in a new issue