mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-01 03:16:29 +02:00
browser open only on manual action by user
This commit is contained in:
parent
5ee4f8a848
commit
cb68c93357
3 changed files with 1 additions and 36 deletions
|
|
@ -708,12 +708,6 @@ const ipcSchemas = {
|
|||
req: BrowserStateSchema,
|
||||
res: z.null(),
|
||||
},
|
||||
'browser:didRequestPaneState': {
|
||||
req: z.object({
|
||||
open: z.boolean(),
|
||||
}),
|
||||
res: z.null(),
|
||||
},
|
||||
// Billing channels
|
||||
'billing:getInfo': {
|
||||
req: z.null(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue