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