mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Refresh device manager with options bridge status and propagate to popup
This commit is contained in:
@@ -761,7 +761,11 @@ function createSelector() {
|
||||
}
|
||||
}
|
||||
|
||||
selector.update(deviceManager.getDevices(), connectedSessionIds);
|
||||
selector.update(
|
||||
deviceManager.getDevices(),
|
||||
deviceManager.getBridgeInfo()?.isVersionCompatible ?? false,
|
||||
connectedSessionIds
|
||||
);
|
||||
};
|
||||
|
||||
deviceManager.addEventListener("deviceUp", onDeviceChange);
|
||||
|
||||
Reference in New Issue
Block a user