Ready for the first beta release. #105

Merged
That-One-Nerd merged 41 commits from main-canary into main 2023-05-18 13:05:42 -04:00
Showing only changes of commit bcf02f4ecd - Show all commits

View File

@ -3,7 +3,7 @@
public class LibraryFolder
{
public string path;
public Dictionary<int, int> apps;
public Dictionary<int, ulong> apps;
public LibraryFolder()
{