implement tab restore feature

This commit is contained in:
yggverse 2024-10-11 04:37:06 +03:00
parent d074ef17fe
commit 09c08b2b6f
7 changed files with 58 additions and 72 deletions

View file

@ -11,7 +11,7 @@ use widget::Widget;
use std::sync::Arc;
use gtk::{gio::SimpleAction, glib::GString, Box};
use gtk::{gio::SimpleAction, Box};
pub struct Window {
//header: Arc<Header>,