mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-04 04:22:43 +00:00
macos: increment restorable state version
This commit is contained in:
@@ -4,7 +4,7 @@ import Cocoa
|
||||
class TerminalRestorableState: Codable {
|
||||
static let selfKey = "state"
|
||||
static let versionKey = "version"
|
||||
static let version: Int = 1
|
||||
static let version: Int = 2
|
||||
|
||||
let focusedSurface: String?
|
||||
let surfaceTree: Ghostty.SplitNode?
|
||||
|
||||
Reference in New Issue
Block a user