mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 13:27:49 +00:00
config: support enum cloning
This commit is contained in:
@@ -818,6 +818,7 @@ pub const Config = struct {
|
||||
inline .Bool,
|
||||
.Int,
|
||||
.Float,
|
||||
.Enum,
|
||||
=> return src,
|
||||
|
||||
.Optional => |info| return try cloneValue(
|
||||
|
||||
Reference in New Issue
Block a user