mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Expand background image path
This commit is contained in:
@ -3014,6 +3014,15 @@ fn expandPaths(self: *Config, base: []const u8) !void {
|
|||||||
&self._diagnostics,
|
&self._diagnostics,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
?Path => {
|
||||||
|
if (@field(self, field.name)) |*path| {
|
||||||
|
try path.expand(
|
||||||
|
arena_alloc,
|
||||||
|
base,
|
||||||
|
&self._diagnostics,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
else => {},
|
else => {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user