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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue