mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
macos: new tab implementation
This commit is contained in:
@@ -219,6 +219,8 @@ fn newTab(self: *App, msg: Message.NewWindow) !void {
|
||||
return;
|
||||
}
|
||||
|
||||
// In embedded mode, it is up to the embedder to implement tabbing
|
||||
// on their own.
|
||||
if (comptime build_config.artifact != .exe) {
|
||||
log.warn("tabbing is not supported in embedded mode", .{});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user