mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
input: command palette actions must use formatter, not tag (#9325)
Regression from our Zig 0.15 migration.
This commit is contained in:
committed by
GitHub
parent
66486901f5
commit
fb5b8d7968
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user