more res/config.ini stuff

This commit is contained in:
RadsammyT 2026-03-17 18:33:25 -04:00
commit 45db4ff02c
No known key found for this signature in database
2 changed files with 37 additions and 31 deletions

View file

@ -1773,7 +1773,7 @@ fn updateCustomInfo(lbl: *Label, ptr: *anyopaque) !void {
else if (stdout.items.len == 0)
try stdout.print(state.allocator, "{s}: [No output{s}]", .{
i.info.name,
if (stderr.items.len > 0) ". Check command" else ""
if (stderr.items.len > 0) ": Possible Error" else ""
});
state.allocator.free(lbl.text);
lbl.text = try state.allocator.dupe(u8, stdout.items);