store entire closed tab item to restore all features

This commit is contained in:
yggverse 2025-01-12 13:58:22 +02:00
parent 27ee3e8fe9
commit 1a0b31e695
6 changed files with 36 additions and 26 deletions

View file

@ -2,7 +2,7 @@ mod about;
mod action;
mod database;
mod widget;
mod window;
pub mod window;
use about::About;
use action::Action;