summaryrefslogtreecommitdiff
path: root/frontend/src/components/modals/filepicker
diff options
context:
space:
mode:
authorshadow <81448108+shdwmtr@users.noreply.github.com>2025-06-28 16:45:33 -0300
committerGitHub <noreply@github.com>2025-06-28 12:45:33 -0700
commit6e357ceecc86d60791eb8b8efcf6d182add36b63 (patch)
tree98e85777da359ccf2589184dc89def1bab9f2e04 /frontend/src/components/modals/filepicker
parente4f7546f99e315f4f76d8bcaff2610f34098e43a (diff)
downloaddecky-loader-6e357ceecc86d60791eb8b8efcf6d182add36b63.tar.gz
decky-loader-6e357ceecc86d60791eb8b8efcf6d182add36b63.zip
fix(deps): update @decky/ui to version 4.10.2 (#782)
* fix(deps): update @decky/ui to version 4.10.1 * chore(deps): bump @decky/ui 4.8.3 -> 4.10.1 * fix(types): UIMode -> EUIMode * fix(types): bypass missing type in library.ts * fix: lint --------- Co-authored-by: AAGaming <aagaming@riseup.net>
Diffstat (limited to 'frontend/src/components/modals/filepicker')
-rw-r--r--frontend/src/components/modals/filepicker/patches/library.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/filepicker/patches/library.ts b/frontend/src/components/modals/filepicker/patches/library.ts
index 3b7fa679..b0930a5e 100644
--- a/frontend/src/components/modals/filepicker/patches/library.ts
+++ b/frontend/src/components/modals/filepicker/patches/library.ts
@@ -47,7 +47,7 @@ export default async function libraryPatch() {
}
const unlisten = History.listen(() => {
- if (window.SteamClient.Apps.PromptToChangeShortcut !== patch.patchedFunction) {
+ if ((window.SteamClient.Apps as any).PromptToChangeShortcut !== patch.patchedFunction) {
rePatch();
}
});