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