mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-09 15:53:38 +00:00
bugfixfix #21
This commit is contained in:
+6
-3
@@ -43,9 +43,12 @@ function searchAll() {
|
||||
ipcRenderer.send('disableSearchAll', '');
|
||||
document.getElementById('search-button').style.opacity = 0.2;
|
||||
|
||||
Object.keys(DEVICE.all).forEach((i) => {
|
||||
DEVICE.infoUpdate(DEVICE.all[i], 'status', 'refresh');
|
||||
});
|
||||
// Removed this block to fix #21
|
||||
// "After adding devices via search, searching again leaves all devices stuck in reload state"
|
||||
//
|
||||
// Object.keys(DEVICE.all).forEach((i) => {
|
||||
// DEVICE.infoUpdate(DEVICE.all[i], 'status', 'refresh');
|
||||
// });
|
||||
|
||||
console.log('Searching...');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user