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
{{ message }}
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
It seems that there are two different ways to handle updating the UIModel with options from ArgsHandler: com.nilhcem.fakesmtp.core.ArgsHandler#handleArgs vs com.nilhcem.fakesmtp.gui.MainPanel#checkArgs. It would be good to make them consistent. I don't mind making the change one way or the other, but I am not sure which way is the prefered handling. It seems like MainPanel#checkArgs is the more logical choice, since it is UI related.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that there are two different ways to handle updating the UIModel with options from ArgsHandler:
com.nilhcem.fakesmtp.core.ArgsHandler#handleArgs
vscom.nilhcem.fakesmtp.gui.MainPanel#checkArgs
. It would be good to make them consistent. I don't mind making the change one way or the other, but I am not sure which way is the prefered handling. It seems likeMainPanel#checkArgs
is the more logical choice, since it is UI related.The text was updated successfully, but these errors were encountered: