LaurentOngaro / UEVaultManager

Free and open-source replacement for the Epic Games Launcher application, mainly to manage the assets for Unreal Engine
https://laurentongaro.github.io/UEVaultManager/
GNU General Public License v3.0
4 stars 0 forks source link

[FEAT] add a message box for error and warning #24

Closed LaurentOngaro closed 1 year ago

LaurentOngaro commented 1 year ago

Is your feature request related to a problem? Please describe

when displayed with the GUI, the logging message that are error or even warning should also display a GUI message (a message box)

Describe the solution you'd like

It has already been done for critical message (logger.critical() calls) It must be done for other log level, in a cleaner way

LaurentOngaro commented 1 year ago

done in 1.6.7