mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-28 10:01:38 +00:00
cli/gtk: move IPC/sendIPC to App/performIpc
This commit is contained in:
@@ -147,7 +147,7 @@ fn runArgs(alloc_gpa: Allocator, argsIter: anytype) !u8 {
|
||||
defer arena.deinit();
|
||||
const alloc = arena.allocator();
|
||||
|
||||
if (apprt.IPC.sendIPC(
|
||||
if (apprt.App.performIpc(
|
||||
alloc,
|
||||
if (opts.class) |class| .{ .class = class } else .detect,
|
||||
.new_window,
|
||||
|
||||
Reference in New Issue
Block a user