mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove unnecessary action state update
This commit is contained in:
@@ -47,8 +47,6 @@ export default new (class extends TypedEventTarget<EventMap> {
|
||||
async refresh() {
|
||||
this.bridgePort?.disconnect();
|
||||
|
||||
updateActionState(ActionState.Default);
|
||||
|
||||
try {
|
||||
this.bridgeInfo = await bridge.getInfo();
|
||||
// eslint-disable-next-line no-empty
|
||||
|
||||
Reference in New Issue
Block a user