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
The main class flist_messenger remains too monolithic, with one of the causes being that all the logic and data for dialog windows reside there. The fix of course is to move all the dialog windows out into their own classes and files.
The main class flist_messenger remains too monolithic, with one of the causes being that all the logic and data for dialog windows reside there. The fix of course is to move all the dialog windows out into their own classes and files.