Skip to content

Commit

Permalink
fix(dorion): show window on INVITE_BROWSER
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 9, 2024
1 parent 48bfaa1 commit 520b6eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/shelteRPC/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { backend, invoke } from '../../api/api.js';

Check failure on line 1 in plugins/shelteRPC/index.tsx

View workflow job for this annotation

GitHub Actions / tsc-eslint-checks

Extra semicolon
import RegisteredGames from './components/RegisteredGames'
import { css, classes } from './index.scss'

Expand Down Expand Up @@ -159,6 +160,8 @@ const handleCmd = async (payload: any) => {
code,
invite,
})

backend !== 'None' && invoke('ultrashow')

Check failure on line 164 in plugins/shelteRPC/index.tsx

View workflow job for this annotation

GitHub Actions / tsc-eslint-checks

Expected an assignment or function call and instead saw an expression
}
}

Expand Down

0 comments on commit 520b6eb

Please sign in to comment.