mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-07 16:31:59 +02:00
Add files via upload
This commit is contained in:
parent
28cdf897c2
commit
be2d2988aa
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@
|
|||
if ((counterDir >= offset) && (counterDir < (offset + perpage))){
|
||||
DisplayApp(metadata.applications[index]);
|
||||
}
|
||||
if counterDir >= (offset + perpage)){
|
||||
if (counterDir >= (offset + perpage)){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue