Add help button which opens GitHub issue w/ system report | explicitly log with electron-log & scrub logs
This commit is contained in:
@@ -7,6 +7,7 @@ import { registerDependencyHandlers } from "./handlers/dependency_handlers";
|
||||
import { registerGithubHandlers } from "./handlers/github_handlers";
|
||||
import { registerNodeHandlers } from "./handlers/node_handlers";
|
||||
import { registerProposalHandlers } from "./handlers/proposal_handlers";
|
||||
import { registerDebugHandlers } from "./handlers/debug_handlers";
|
||||
|
||||
export function registerIpcHandlers() {
|
||||
// Register all IPC handlers by category
|
||||
@@ -19,4 +20,5 @@ export function registerIpcHandlers() {
|
||||
registerGithubHandlers();
|
||||
registerNodeHandlers();
|
||||
registerProposalHandlers();
|
||||
registerDebugHandlers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user