-
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.
Update DeckyTerminal to v0.2.5 (#426)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule decky-terminal
updated
16 files
+18 −0 | .vscode/local-deploy.sh | |
+4 −1 | README.md | |
+2 −2 | decky_plugin.pyi | |
+95 −6 | defaults/py_modules/decky_terminal/__init__.py | |
+47 −0 | defaults/py_modules/decky_terminal/common.py | |
+49 −19 | defaults/py_modules/decky_terminal/terminal.py | |
+28 −3 | main.py | |
+1 −1 | package.json | |
+30 −0 | src/pages/Settings.tsx | |
+174 −27 | src/pages/Terminal.tsx | |
+0 −28 | src/pages/Terminals.tsx | |
+0 −19 | src/pages/Test.tsx | |
+24 −0 | src/pages/settings/AcknowledgementPage.tsx | |
+176 −0 | src/pages/settings/SettingsPage.tsx | |
+58 −44 | src/panel.tsx | |
+3 −9 | src/routes/index.tsx |