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

@ -7,9 +7,9 @@ pub struct Widget {
impl Widget {
// Construct
pub fn new() -> Self {
let gobject = Notebook::builder().scrollable(true).build();
Self { gobject }
Self {
gobject: Notebook::builder().scrollable(true).build(),
}
}
// Actions