mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Add "Tools" tab with chart issue scanner
This commit is contained in:
@@ -40,6 +40,7 @@ const electronApi: ContextBridgeApi = {
|
||||
quit: getEmitter('quit'),
|
||||
showFolder: getEmitter('showFolder'),
|
||||
showFile: getEmitter('showFile'),
|
||||
scanIssues: getEmitter('scanIssues'),
|
||||
},
|
||||
on: {
|
||||
errorLog: getListenerAdder('errorLog'),
|
||||
@@ -51,6 +52,7 @@ const electronApi: ContextBridgeApi = {
|
||||
queueUpdated: getListenerAdder('queueUpdated'),
|
||||
maximized: getListenerAdder('maximized'),
|
||||
minimized: getListenerAdder('minimized'),
|
||||
updateIssueScan: getListenerAdder('updateIssueScan'),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user