a9f9dee30d
Combine customCommand's subprocess, stream, and showOutput fields into a single output enum
2025-05-01 15:46:06 +02:00
f93948cb23
Change customCommand fields to pointers
...
This allows us to tell whether they appear in the user's config file, which we
will need later in this branch.
2025-02-28 10:00:59 +01:00
55d8e801f1
Use getters for AppState and UserConfig instead of accessing the fields directly
...
This will allow us to make them private.
2024-08-18 10:24:52 +02:00
22a38c9f50
Add property outputTitle to CustomCommand
...
It can optionally be used to set the title of the panel that shows the output of
a command (when showOutput is true). If left unset, the command string is used
as the title.
2024-05-20 21:02:49 +02:00