MCPcopy Index your code
hub / github.com/Soundnode/soundnode-app / showAndFocus

Function showAndFocus

main.js:176–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174});
175
176function showAndFocus() {
177 mainWindow.show();
178 mainWindow.focus();
179}
180
181function initializeMediaShortcuts() {
182 globalShortcut.register('MediaPlayPause', () => {

Callers 1

main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected