mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
yuzu/configure_service: Silence -Wswitch
This commit is contained in:
parent
a44fa7e190
commit
1dc0eeb6be
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ std::pair<QString, QString> ConfigureService::BCATDownloadEvents() {
|
||||||
const auto res = Service::BCAT::Boxcat::GetStatus(global, map);
|
const auto res = Service::BCAT::Boxcat::GetStatus(global, map);
|
||||||
|
|
||||||
switch (res) {
|
switch (res) {
|
||||||
|
case Service::BCAT::Boxcat::StatusResult::Success:
|
||||||
|
break;
|
||||||
case Service::BCAT::Boxcat::StatusResult::Offline:
|
case Service::BCAT::Boxcat::StatusResult::Offline:
|
||||||
return {QString{},
|
return {QString{},
|
||||||
tr("The boxcat service is offline or you are not connected to the internet.")};
|
tr("The boxcat service is offline or you are not connected to the internet.")};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue