mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +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;
|
)) return;
|
||||||
|
|
||||||
// Our popup for the picker
|
// 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 })) {
|
if (cimgui.c.igButton("Picker", .{ .x = 0, .y = 0 })) {
|
||||||
// Request a cell
|
// Request a cell
|
||||||
|
Reference in New Issue
Block a user