fix(config): Make macos-custom-icon null-terminated

pull/8999/head
Daniel Wennberg 2025-10-02 10:28:18 -07:00
parent 9c8d2e577e
commit e615b11b2c
1 changed files with 1 additions and 1 deletions

View File

@ -2884,7 +2884,7 @@ keybind: Keybinds = .{},
///
/// Note: This configuration is required when `macos-icon` is set to
/// `custom`
@"macos-custom-icon": ?[]const u8 = null,
@"macos-custom-icon": ?[:0]const u8 = null,
/// The material to use for the frame of the macOS app icon.
///