Restore archived split views as groups

This commit is contained in:
2026-05-08 02:06:43 -04:00
parent 9163d8b514
commit 080d9de7a8
4 changed files with 183 additions and 18 deletions
+2
View File
@@ -81,6 +81,7 @@ pub struct BrowserCore {
download_entries: Vec<DownloadEntry>,
history_entries: Vec<HistoryEntry>,
split_layouts: Vec<SplitLayout>,
archived_split_layouts: Vec<SplitLayout>,
installed_plugins: Vec<InstalledPlugin>,
plugin_audit_events: Vec<PluginAuditEvent>,
active_space_id: SpaceId,
@@ -130,6 +131,7 @@ impl BrowserCore {
download_entries: Vec::new(),
history_entries: Vec::new(),
split_layouts: Vec::new(),
archived_split_layouts: Vec::new(),
installed_plugins: Vec::new(),
plugin_audit_events: Vec::new(),
command_query: String::new(),