You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first off, thanks for your efforts. Using process-compose via devenv. Enjoy it a lot!
I am eager to disable the exit confirmation when in TUI mode.
I found the settings.yaml file where this should be achievable. I can confirm the file and it's contents are read as I also added the theme: Cobalt addition as a test and see the theme change. However, when adding
disable_exit_confirmation: true, i still get the confirmation when signaling exit.
expected behaviour
When in the settings.yaml file I configure disable_exit_confirmation: true i expect for process compose to quit immediately when asked for, without a confirmation screen
The text was updated successfully, but these errors were encountered:
first off, thanks for your efforts. Using process-compose via devenv. Enjoy it a lot!
I am eager to disable the exit confirmation when in TUI mode.
I found the settings.yaml file where this should be achievable. I can confirm the file and it's contents are read as I also added the
theme: Cobalt
addition as a test and see the theme change. However, when addingdisable_exit_confirmation: true
, i still get the confirmation when signaling exit.expected behaviour
When in the settings.yaml file I configure
disable_exit_confirmation: true
i expect for process compose to quit immediately when asked for, without a confirmation screenThe text was updated successfully, but these errors were encountered: