mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #964] [MERGED] Add custom_main.js guide to documentation #1386
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?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/964
Author: @niteshsinghal85
Created: 12/7/2025
Status: ✅ Merged
Merged: 12/7/2025
Merged by: @FlorianRappl
Base:
main← Head:custom_main_example📝 Commits (4)
d95b41fAdd custom_main.js guide to documentation42fecbdUpdate docs/_Sidebar.md2389ae3Update Custom_main.md to clarify usage of custom_main.jsbbc7c79Merge branch 'custom_main_example' of https://github.com/niteshsinghal85/Electron.NET into custom_main_example📊 Changes
2 files changed (+75 additions, -0 deletions)
View changed files
➕
docs/Using/Custom_main.md(+74 -0)📝
docs/_Sidebar.md(+1 -0)📄 Description
Fixes #947
Add custom_main.js guide to documentation
added custom_main.js example for enabling shortcut to open dev tools. it would be useful in development environment.
link for complete example is also given in the document.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.