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
DotNetInstaller should have the option to hide the operating system label in the UI to potentially support new operating systems when they are released without having to make any code changes for example.
The only workaround I've found was to change the label's position (dialog_osinfo_position) to a negative one (i.e. -1000, -1000) or set the width and height to 1 (thankfully no pixel whatsoever is shown).
I haven't verified this works perfectly myself but it's worth a try until a proper fix is released.
DotNetInstaller should have the option to hide the operating system label in the UI to potentially support new operating systems when they are released without having to make any code changes for example.
See conversation here.
The text was updated successfully, but these errors were encountered: