diff --git a/src/input/command.zig b/src/input/command.zig index 0904ef2bb..8216d107a 100644 --- a/src/input/command.zig +++ b/src/input/command.zig @@ -50,7 +50,7 @@ pub const Command = struct { return .{ .action_key = @tagName(self.action), - .action = std.fmt.comptimePrint("{t}", .{self.action}), + .action = std.fmt.comptimePrint("{f}", .{self.action}), .title = self.title, .description = self.description, };