mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
fixups
This commit is contained in:
parent
572df9f0f4
commit
cde1f5ac9f
@ -133,9 +133,9 @@ void copy_app_in_category(int category) //Apps im Kategorie kopieren
|
||||
else if(x == 2)
|
||||
foldername = "dvd" + ordner + AvailableCategory.apps[category][a] + "/";
|
||||
else if(x == 3)
|
||||
foldername = "gca" + ordner + apps[a] + "/";
|
||||
foldername = "gca" + ordner + AvailableCategory.apps[category][a] + "/";
|
||||
else if(x == 4)
|
||||
foldername = "gcb" + ordner + apps[a] + "/";
|
||||
foldername = "gcb" + ordner + AvailableCategory.apps[category][a] + "/";
|
||||
}
|
||||
|
||||
if(strcasecmp(vechomebrew_list_category[0][i].foldername.c_str(), foldername.c_str()) == 0)
|
||||
|
@ -172,6 +172,7 @@ UpdateGUI (void *arg)
|
||||
check_gca();
|
||||
|
||||
else if(Settings.device == "gcb")
|
||||
check_gcb();
|
||||
|
||||
else if(Settings.device == "all")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user