-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32a2890
commit 04f6159
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule decky-wine-cellar
updated
29 files
+14 −0 | .github/FUNDING.yml | |
+9 −9 | .github/workflows/build.yml | |
+11 −8 | .github/workflows/decky-cli-build.yml | |
+2 −0 | .gitignore | |
+464 −568 | backend/Cargo.lock | |
+16 −16 | backend/Cargo.toml | |
+0 −9 | backend/src/steam_util.rs | |
+0 −1 | backend/src/wine_cask/mod.rs | |
+0 −67 | backend/src/wine_cask/virtual.rs | |
+12 −2 | decky.pyi | |
+44 −35 | main.py | |
+18 −21 | package.json | |
+1 −0 | plugin.json | |
+2,256 −1,247 | pnpm-lock.yaml | |
+3 −36 | rollup.config.js | |
+9 −0 | settings.pyi | |
+1 −1 | src/components/changeLogModal.tsx | |
+5 −8 | src/components/markdown.tsx | |
+1 −1 | src/components/showQrModal.tsx | |
+1 −1 | src/frontend/about.tsx | |
+1 −1 | src/frontend/flavorTab.tsx | |
+1 −1 | src/frontend/index.tsx | |
+1 −1 | src/frontend/manager.tsx | |
+0 −0 | src/frontend/settings.tsx | |
+11 −9 | src/index.tsx | |
+6 −13 | src/utils/pythonBackendHelper.ts | |
+1 −1 | src/utils/steamUtils.ts | |
+3 −3 | src/utils/toasts.ts | |
+1 −1 | tsconfig.json |