macos: enum does not need to be a string

This commit is contained in:
Mitchell Hashimoto
2023-09-22 15:48:41 -07:00
parent 1eb0dbb548
commit 300ba32ad0

View File

@ -210,7 +210,7 @@ extension Ghostty {
// State machine for mouse cursor visibility because every call to
// NSCursor.hide/unhide must be balanced.
enum CursorVisibility: String {
enum CursorVisibility {
case visible
case hidden
case pendingVisible