Skip to content

Commit

Permalink
applist: Remove copy of app.db when sorting is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel16 committed Apr 30, 2021
1 parent 62bfe6c commit f297eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/applist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ namespace AppList {

if (R_FAILED(ret = FS::CopyFile(path_edit, path)))
return ret;


FS::RemoveFile(path_edit);
return 0;
}

Expand Down

0 comments on commit f297eb4

Please sign in to comment.