mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement tab session db actions
This commit is contained in:
parent
68d0798aea
commit
82d8dff95d
4 changed files with 52 additions and 21 deletions
|
|
@ -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),
|
||||
],
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue