feat: add browser profile mapping import flow
This commit is contained in:
parent
1d540d0806
commit
92cb42262c
12 changed files with 4609 additions and 258 deletions
|
|
@ -228,6 +228,7 @@ struct SessionTerminalPanelSnapshot: Codable, Sendable {
|
|||
|
||||
struct SessionBrowserPanelSnapshot: Codable, Sendable {
|
||||
var urlString: String?
|
||||
var profileID: UUID?
|
||||
var shouldRenderWebView: Bool
|
||||
var pageZoom: Double
|
||||
var developerToolsVisible: Bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue