Moving stuff around

This commit is contained in:
aristocratos
2021-08-23 22:52:52 +02:00
parent 03f64c22de
commit 214d8962e0
6 changed files with 34 additions and 52 deletions

View File

@@ -391,7 +391,7 @@ namespace Input {
if (key == "i") {
Config::flip("io_mode");
}
if (key == "d") {
else if (key == "d") {
Config::flip("show_disks");
no_update = false;
Draw::calcSizes();