mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
inspector: give cell picker modal a reasonable title
This commit is contained in:
@ -709,7 +709,7 @@ fn renderCellWindow(self: *Inspector) void {
|
||||
)) return;
|
||||
|
||||
// Our popup for the picker
|
||||
const popup_picker = "popup_modal_cell_picker";
|
||||
const popup_picker = "Cell Picker";
|
||||
|
||||
if (cimgui.c.igButton("Picker", .{ .x = 0, .y = 0 })) {
|
||||
// Request a cell
|
||||
|
Reference in New Issue
Block a user