cli/gtk: move IPC/sendIPC to App/performIpc

This commit is contained in:
Jeffrey C. Ollie
2025-07-14 14:45:46 -05:00
parent f5eb413c31
commit dd3853abeb
8 changed files with 40 additions and 50 deletions

View File

@@ -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,