port updater to ws, also small refactoring

This commit is contained in:
AAGaming
2023-12-30 21:32:23 -05:00
parent 70104065e2
commit 40c7c1b515
22 changed files with 86 additions and 145 deletions
@@ -95,7 +95,7 @@ const sortOptions = [
},
];
const getList = window.DeckyBackend.callable<
const getList = DeckyBackend.callable<
[
path: string,
includeFiles?: boolean,