From 560cb626a1a8f7d4bfca5d30f262cc90fb5d4608 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 10 Apr 2026 20:39:06 +0900 Subject: hst: remove enablement json adapter The go116 behaviour of built-in new function makes this cleaner. Signed-off-by: Ophestra --- hst/hst.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hst/hst.go') diff --git a/hst/hst.go b/hst/hst.go index d2dd7611..95eca8ca 100644 --- a/hst/hst.go +++ b/hst/hst.go @@ -72,7 +72,7 @@ func Template() *Config { return &Config{ ID: "org.chromium.Chromium", - Enablements: NewEnablements(EWayland | EDBus | EPipeWire), + Enablements: new(EWayland | EDBus | EPipeWire), SessionBus: &BusConfig{ See: nil, -- cgit v1.3.1