Skip to content

Commit

Permalink
Reset cursor on page load (Closes #206)
Browse files Browse the repository at this point in the history
  • Loading branch information
astronautlevel2 committed Jun 13, 2020
1 parent d1a821e commit fbca873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ static void load_remote_list(Entry_List_s * list, json_int_t page, EntryMode mod
if(page <= 0)
page = list->tp_page_count;

list->selected_entry = 0;

InstallType loading_screen = INSTALL_NONE;
if(mode == MODE_THEMES)
loading_screen = INSTALL_LOADING_REMOTE_THEMES;
Expand Down

0 comments on commit fbca873

Please sign in to comment.