mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-30 14:57:07 +02:00
Modify error message
This commit is contained in:
parent
6a890d8641
commit
d0dfdbbbc4
@ -1253,7 +1253,7 @@ namespace dbk {
|
|||||||
|
|
||||||
/* Ensure DayBreak is ran as a NRO. */
|
/* Ensure DayBreak is ran as a NRO. */
|
||||||
if (envIsNso()) {
|
if (envIsNso()) {
|
||||||
ChangeMenu(std::make_shared<ErrorMenu>("DayBreak installs are not supported", "Please launch Daybreak via the Homebrew menu.", rc));
|
ChangeMenu(std::make_shared<ErrorMenu>("Unsupported Environment", "Please launch Daybreak via the Homebrew menu.", rc));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user