-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Electron] Fixes and Adjustments #2041
Conversation
MacOS: - Nice icon for DMG - Fix bug when Configurator was minimized and dock icon is clicked Fix (Workaround): After a MessageBox (alert()) was displayed, all input fields stopped working.
02b0e37
to
303309b
Compare
Thank you for the fixes @Scavanger I found other issues that I'm not sure if you're aware of with the Windows build. |
Thanks for finding it. Fixed. |
Not exactly related, but is it possible to use https://github.com/electron/universal to distribute a single universal binary application, instead of separate x64 and arm64? |
I have already tried this in the GitHub Actions, but unfortunately it always cancelled with the following error message:
I'm not a Mac expert if you know how to fix the error, please feel free. |
let's merge and have incremental improvements |
MacOS:
Fix (Workaround): After a MessageBox (alert()) was displayed, all input fields stopped working.
Fix Blackbox tab (save data flash)
Removed useless MSC button in blackbox tab
Adjust Readme
Add context menu (copy and paste, undo, redo)
Fix LED Tab
Fix Github Actions (What still worked yesterday. )