swift-project / pilotclient

Cross-platform cross-simulator pilot client for virtual air traffic networks
https://swift-project.org
GNU General Public License v3.0
89 stars 26 forks source link

GUI should display errors that were logged before the GUI was initialized #240

Open oktal3700 opened 7 months ago

oktal3700 commented 7 months ago

From #239:

In the future maybe some mechanism should be added to show error messages in the early initialization phase.

The GUI should have access to all the messages in the log. It would therefore be a good idea for the GUI to display warnings and errors that happened before the GUI was initialized.

See also #106.