Remove screenshot as a system command for the command palette

While it's kinda cool... it's not really very helpful if you're doing things
via textual-web; all you're going to do is start to use storage on the host
machine, not the client machine (unless they're the same thing, of course).
This commit is contained in:
Dave Pearson 2023-09-06 14:51:26 +01:00
parent 5a272c539d
commit 63cbc52952
No known key found for this signature in database
GPG key ID: B413E0EF113D4ABF

View file

@ -34,11 +34,6 @@ class SystemCommandSource(CommandSource):
self.app.action_toggle_dark,
"Toggle the application between light and dark mode",
),
(
"Save a screenshot",
self.app.action_screenshot,
"Save a SVG file to storage that contains the contents of the current screen",
),
(
"Quit the application",
self.app.action_quit,