mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Bugs and Performance in Demo App #253
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 @vslmc on GitHub (Jan 12, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
The Windows notification doesn't work (*edit I see there is already a report about this)
Open a path in file manger (I have QTTabs installed) > opens a new tab in explorer as it should be but freezes the demo for like 15sec than open a new seperated window with the same path > demo unfreezes but open a path doesn't work anymore
(Open paths with VSCode does works)
Also the demo app needs 10sec to start, this is way to slow, is this normal at this state in development, or is there also something wrong, and which performance improvment could we expect in the future? #1476
Adding a Splashscreen for "booting" the demo app would give a better first impression (like very big projects like photoshop, even if this demo app is more or less small in comparison)
Also I would like to know if this chart is right: Image
@GregorBiswanger commented on GitHub (Jan 15, 2019):
Hi @Sekkei,
This is a known bug with Electron with Windows 10: https://github.com/electron/electron/issues/10864
I will try to build the workaround into the API.
Best,
Gregor
@GregorBiswanger commented on GitHub (Jul 28, 2019):
We implemented a splashscreen support and optimized a little bit the performance on release build.