mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-12 05:34:33 +00:00
Allow for specifying a html file as splashScreen #908
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klexas on GitHub (Aug 24, 2023).
Currently it is only supported to add an image to the splash screen.
It would be a nice to have : Be able to use a custom HTML page as a splash which would allow more dynamic feedback to the user when starting up.
I will be happy to work on this with a fork as it is something I need.
@FlorianRappl commented on GitHub (Nov 2, 2025):
This is now possible in 0.1.0. Just use an HTML file instead of an image and it works. Make sure to set the dimensions - otherwise 800x600 is used (for images this can be computed on the fly).