From 9d0dbbb790f56d8034aed6718e390593aeddac68 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 28 Jul 2024 20:49:04 -0400 Subject: disable filepicker patches for now we need to write one for SteamClient.System.OpenFileDialog eventually --- frontend/src/components/modals/filepicker/patches/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/src/components/modals/filepicker') 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()); } -- cgit v1.2.3