Reset cursor on page load (Closes #206)

This commit is contained in:
2020-06-13 15:29:57 -04:00
parent d1a821edf5
commit fbca873f52

View File

@@ -193,6 +193,8 @@ static void load_remote_list(Entry_List_s * list, json_int_t page, EntryMode mod
if(page <= 0) if(page <= 0)
page = list->tp_page_count; page = list->tp_page_count;
list->selected_entry = 0;
InstallType loading_screen = INSTALL_NONE; InstallType loading_screen = INSTALL_NONE;
if(mode == MODE_THEMES) if(mode == MODE_THEMES)
loading_screen = INSTALL_LOADING_REMOTE_THEMES; loading_screen = INSTALL_LOADING_REMOTE_THEMES;