From 8d526112a121f91c0df8777cf0a0cb4fabb7268a Mon Sep 17 00:00:00 2001 From: Raiden1411 <67233402+Raiden1411@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:20:52 +0000 Subject: [PATCH] chore: update comment --- src/config/Config.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 8e42e7daa..592b61ab3 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -285,6 +285,7 @@ fullscreen: bool = false, /// The setting that will change the application class value. /// This is usefull if you want to have multiple instances of Ghostty /// running with separate classes making it possible to have unique behavior for each of them. +/// This is currently only supported on Gtk builds. class: ?[:0]const u8 = null, /// The setting that will tell Ghostty which title to display.