WUPS 0.6.1 support

This commit is contained in:
Maschell
2021-10-01 17:25:48 +02:00
parent aa90e2478b
commit fe2e7d6fa9
9 changed files with 48 additions and 24 deletions

View File

@@ -146,6 +146,10 @@ void ConfigUtils::displayMenu() {
}
}
if(configs.empty()){
return;
}
ConfigDisplayItem *currentConfig = nullptr;
WUPSConfigCategory *currentCategory = nullptr;