implement tab session db actions

This commit is contained in:
yggverse 2024-10-06 20:47:08 +03:00
parent 68d0798aea
commit 82d8dff95d
4 changed files with 52 additions and 21 deletions

View file

@ -48,10 +48,7 @@ impl Database {
app_browser_id,
&(*default_width as i64),
&(*default_height as i64),
match is_maximized {
true => &1,
false => &0,
},
&(*is_maximized as i64),
],
)
}