-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DeckyTerminal to v0.2.5 #426
Conversation
@Alex4386 decky_plugin.pyi shouldn't have it's values changed unless Decky Loader's equivalent of the file changes. |
@TrainDoctor Reverted the following at Alex4386/decky-terminal@fef8c72. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the setting for the default shell type is not saved and switches always back to "/bin/sh"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the setting for the default shell type is not saved and switches always back to "/bin/sh"
The setting works, it just visually resets afterwards. I notice you forgot the empty list at the end of useEffect in the SettingsPage.tsx
so it runs every time anything updates, but I can't really tell why the setting isn't working visually.
Otherwise looks good!
Decky Terminal
This plugin adds missing terminal emulator in game-mode. providing access to terminal while playing games.
Changelog
What's new on v0.2.0:
What's new on v0.2.1:
decky_plugin.pyi
changesWhat's new on v0.2.2:
What's new on v0.2.3:
What's new on v0.2.4:
What's new on v0.2.5:
For more information, Please check the changelog available at:
Checklist:
Developer Checklist
Plugin Checklist
Plugin Backend Checklist