mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29: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() {
|
async refresh() {
|
||||||
this.bridgePort?.disconnect();
|
this.bridgePort?.disconnect();
|
||||||
|
|
||||||
updateActionState(ActionState.Default);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.bridgeInfo = await bridge.getInfo();
|
this.bridgeInfo = await bridge.getInfo();
|
||||||
// eslint-disable-next-line no-empty
|
// eslint-disable-next-line no-empty
|
||||||
|
|||||||
Reference in New Issue
Block a user