mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-10 06:14:15 +00:00
Update sys/atmo versions
This commit is contained in:
parent
6953696015
commit
ffc93d1972
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ void MainWindow::window_appear() {
|
|||
void MainWindow::reload() {
|
||||
clean_container();
|
||||
|
||||
container()->add<Label>("* For better performance use 5GHz WiFi, latest system firmware (11.0.0/11.0.1) and Atmosphère (0.18.0)");
|
||||
container()->add<Label>("* For better performance use 5GHz WiFi, latest system firmware (12.0.0) and Atmosphère (0.19.0+)");
|
||||
container()->add<Widget>()->set_fixed_height(6);
|
||||
|
||||
auto button_container = container()->add<Widget>();
|
||||
|
|
Loading…
Reference in a new issue