Restore archived split views as groups
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user