Fix session restore routing and browser history persistence
This commit is contained in:
parent
1c3f8458ee
commit
06cd25ed52
7 changed files with 878 additions and 17 deletions
|
|
@ -231,6 +231,8 @@ struct SessionBrowserPanelSnapshot: Codable, Sendable {
|
|||
var shouldRenderWebView: Bool
|
||||
var pageZoom: Double
|
||||
var developerToolsVisible: Bool
|
||||
var backHistoryURLStrings: [String]?
|
||||
var forwardHistoryURLStrings: [String]?
|
||||
}
|
||||
|
||||
struct SessionPanelSnapshot: Codable, Sendable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue