[FL-1477] Archive improvements (#541)
* various small issues fixes * proper fadding to favourites * cleanups * fix infrared extension * allow subdirs in app tabs * fix elements_scrollbar args * bugfixes, looping list, halfbaked pinning * pinning * ui updates Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ void elements_scrollbar_pos(
|
||||
* @param pos - current element of total elements
|
||||
* @param total - total elements
|
||||
*/
|
||||
void elements_scrollbar(Canvas* canvas, uint8_t pos, uint8_t total);
|
||||
void elements_scrollbar(Canvas* canvas, uint16_t pos, uint16_t total);
|
||||
|
||||
/*
|
||||
* Draw rounded frame
|
||||
|
Reference in New Issue
Block a user