browser open only on manual action by user

This commit is contained in:
Arjun 2026-04-15 12:32:14 +05:30
parent 5ee4f8a848
commit cb68c93357
3 changed files with 1 additions and 36 deletions

View file

@ -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(),