Update sys/atmo versions

This commit is contained in:
Andrey Konoplyankin 2021-04-17 14:30:58 +03:00
parent 6953696015
commit ffc93d1972

View file

@ -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>();