mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 17:02:00 +00:00
add file picker, add library file picker patch, bump lib, logger tweaks
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import library from './library';
|
||||
let patches: Function[] = [];
|
||||
|
||||
export function deinitFilepickerPatches() {
|
||||
patches.forEach((unpatch) => unpatch());
|
||||
}
|
||||
|
||||
export async function initFilepickerPatches() {
|
||||
patches.push(await library());
|
||||
}
|
||||
Reference in New Issue
Block a user