TheMajorBBS / GHost2

Remote door server for WG/Major BBS.
GNU General Public License v3.0
3 stars 0 forks source link

Reduce the UI down to what was needed. #25

Closed BadOPCode closed 3 years ago

BadOPCode commented 3 years ago

Rather than make it a service (planned for 2nd release) I reduced the UI to what was actually useful and got rid of all the redundant choices. In particularly removing the console choices where .Net does not want to run as console-ish UI hybrid. More purposeful UI maybe added later. Majority of the existing GUI was pointless to GHost/2 and added useful complexity. This straightens out some of the bugs that happened in porting to .Net 5.

BadOPCode commented 3 years ago

Could lines 223-246 of ConsoleForm.cs be removed as they are commented out anyway?

Yep. Was going to make some notes on that code and delete it but failed to do both.