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
Currently, if a definition is unsaved, there is no indication for that. The user must click the load button manually.
Possible solutions:
Make the definition constantly save. Eliminates the definition reset button.
Have the definition save and reset buttons be disabled unless the new definition does not match the old one. Add a method that is called on any write event to the text box which checks for this. Perhaps add an entire special_disable() method that handles all unique widget disabling after a global GUI re-enable has been done?
The text was updated successfully, but these errors were encountered:
Currently, if a definition is unsaved, there is no indication for that. The user must click the load button manually.
Possible solutions:
The text was updated successfully, but these errors were encountered: