Fixed the issue: About window does not show on linux
I created a validation to check if the OS is Linux, if yes, it will create a dialog box with the message: "Version: (version) Copyright © 2022 André Weller" Unfortunately, I couldn't add the logo, even adding it to the options of showMessageBox, it just doesn't shows up. (Resending it, but edited from nano, instead of Vim, I think this way it won't change the line breaks etc)
@ludovici-philippus can you send a current screenshot of the current message box design? Or is it still as above?
It it still as above
Since it is still as above I'd rather remove the about on Linux or have a better design for it. The dialogMessage looks quite off. Would you be interested in checking ways to get a better design?
If not, just wrap that entry and don't display about on Linux builds.
Since it is still as above I'd rather remove the about on Linux or have a better design for it. The dialogMessage looks quite off. Would you be interested in checking ways to get a better design?
If not, just wrap that entry and don't display
abouton Linux builds.
I think there's a way to get a better design. It is possible to open an html file as a pop up, in the html it is possible to use javascript and css to better customization, I will try to do it, this way the about window can be more homogeneous
Closing this as the PR is stale. Feel free to open a new PR with the requested changes once ready.