Use extension popup instead of content script for mirroring sender

This commit is contained in:
hensm
2022-09-08 12:43:47 +01:00
parent bd5c1c8da8
commit b897cbb64b
12 changed files with 269 additions and 117 deletions

View File

@@ -108,6 +108,8 @@ type ExtMessageDefinitions = {
* to the bridge.
*/
"main:refreshDeviceManager": void;
"mirroringPopup:init": { device: ReceiverDevice };
};
/**