From 76cf58915be20ba002fd49dc1db75bf254753843 Mon Sep 17 00:00:00 2001 From: eifr Date: Thu, 6 Feb 2025 10:25:26 +0200 Subject: [PATCH] add comments --- src/apprt/gtk/App.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apprt/gtk/App.zig b/src/apprt/gtk/App.zig index e8bb98914..a3290f783 100644 --- a/src/apprt/gtk/App.zig +++ b/src/apprt/gtk/App.zig @@ -148,6 +148,7 @@ pub fn init(core_app: *CoreApp, opts: Options) !App { @"gles-api": bool = false, /// current gtk implementation for color management is not good enough. /// see: https://bugs.kde.org/show_bug.cgi?id=495647 + /// gtk issue: https://gitlab.gnome.org/GNOME/gtk/-/issues/6864 @"color-mgmt": bool = true, /// Disabling Vulkan can improve startup times by hundreds of /// milliseconds on some systems. We don't use Vulkan so we can just