mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
disable filepicker patches for now
we need to write one for SteamClient.System.OpenFileDialog eventually
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import library from './library';
|
// import library from './library';
|
||||||
let patches: Function[] = [];
|
// let patches: Function[] = [];
|
||||||
|
|
||||||
export function deinitFilepickerPatches() {
|
export function deinitFilepickerPatches() {
|
||||||
patches.forEach((unpatch) => unpatch());
|
// patches.forEach((unpatch) => unpatch());
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function initFilepickerPatches() {
|
export async function initFilepickerPatches() {
|
||||||
patches.push(await library());
|
// patches.push(await library());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user