From f505ca2e8ecfa6fc4b1835ca738852810e2554c9 Mon Sep 17 00:00:00 2001 From: Gareth Widlansky <101901964+gerblesh@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:26:40 -0800 Subject: [PATCH] docs: remove outdated comment --- lib/colorpicker.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/colorpicker.go b/lib/colorpicker.go index fe930e2..8993686 100644 --- a/lib/colorpicker.go +++ b/lib/colorpicker.go @@ -6,8 +6,6 @@ import ( . "github.com/jedib0t/go-pretty/v6/text" ) -// FIXME: REFACTOR THIS. it was written by chatty jeeps since i didnt know how to implement this - // Accent color portal return as of xdg-desktop-portal-gnome 47.1 type Accent struct { Type string `json:"type"`