This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
[1] Kelp GUI: we need an explicit "quit" button inside the Kelp GUI window #357
Labels
feature request
New feature or request
GUI
issues related to the Kelp GUI
release-blocker
this issue is blocking a release
Milestone
Desired Behavior
It needs to be more intuitive about how to quit kelp. We need some way of quitting kelp from within the app window.
Impact
Users will know how to close the app. This will also have the effect of shutting down all the bots before closing.
Feature Suggestion
Currently, users do not know to quit the app by clicking on the status bar icon.
Crossing out the window is disabled because electron does not give us a
onClose()
hook last I checked.We can achieve the desired behavior by:
quit()
method that we already have.The text was updated successfully, but these errors were encountered: