mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-17 03:33:22 +00:00
add Network Info window
This commit is contained in:
@@ -106,6 +106,11 @@ window.init = function init() {
|
||||
SAVESLOTS.saveAll();
|
||||
};
|
||||
|
||||
document.getElementById('network-info-button').onclick = function fooBar(e) {
|
||||
ipcRenderer.send('openNetworkInfoWindow');
|
||||
console.log('FOO');
|
||||
};
|
||||
|
||||
document.onkeyup = function keyUp(e) {
|
||||
if (e.key === 'ArrowUp') {
|
||||
VIEW.selectPreviousDevice();
|
||||
|
||||
Reference in New Issue
Block a user