Skip to content

Commit

Permalink
disable filepicker patches for now
Browse files Browse the repository at this point in the history
we need to write one for  SteamClient.System.OpenFileDialog eventually
  • Loading branch information
AAGaming00 committed Aug 3, 2024
1 parent f0d7626 commit c6256b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/modals/filepicker/patches/index.ts
Original file line number Diff line number Diff line change
@@ -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());
}

0 comments on commit c6256b3

Please sign in to comment.