macos: reset state version to 1

This commit is contained in:
Mitchell Hashimoto
2023-12-23 18:59:19 -08:00
parent f615a308e0
commit 20f9a3baab

View File

@ -4,7 +4,7 @@ import Cocoa
class TerminalRestorableState: Codable {
static let selfKey = "state"
static let versionKey = "version"
static let version: Int = 3
static let version: Int = 1
let surfaceTree: Ghostty.SplitNode?