summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-07-28 20:49:04 -0400
committerAAGaming <aagaming@riseup.net>2024-08-03 14:04:23 -0400
commit9d0dbbb790f56d8034aed6718e390593aeddac68 (patch)
tree79b6137425d57192ffaa091011d3ae4d1f1085db
parent2303023ad465b5e9663d1719072bdcf51e89a049 (diff)
downloaddecky-loader-9d0dbbb790f56d8034aed6718e390593aeddac68.tar.gz
decky-loader-9d0dbbb790f56d8034aed6718e390593aeddac68.zip
disable filepicker patches for now
we need to write one for SteamClient.System.OpenFileDialog eventually
-rw-r--r--frontend/src/components/modals/filepicker/patches/index.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/components/modals/filepicker/patches/index.ts b/frontend/src/components/modals/filepicker/patches/index.ts
index 310bfbf8..fa0f0bb0 100644
--- a/frontend/src/components/modals/filepicker/patches/index.ts
+++ b/frontend/src/components/modals/filepicker/patches/index.ts
@@ -1,10 +1,10 @@
-import library from './library';
-let patches: Function[] = [];
+// import library from './library';
+// let patches: Function[] = [];
export function deinitFilepickerPatches() {
- patches.forEach((unpatch) => unpatch());
+ // patches.forEach((unpatch) => unpatch());
}
export async function initFilepickerPatches() {
- patches.push(await library());
+ // patches.push(await library());
}