mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03: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