From c21168a74181903535c63f49c5a6d3bd2052c883 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 16 Oct 2024 14:38:57 +0900 Subject: system: move enablements from state package This removes the unnecessary import of the state package. Signed-off-by: Ophestra Umiker --- internal/app/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/system.go') diff --git a/internal/app/system.go b/internal/app/system.go index 56966479..4aeaec2d 100644 --- a/internal/app/system.go +++ b/internal/app/system.go @@ -38,7 +38,7 @@ type appSeal struct { // path to launcher program toolPath string // pass-through enablement tracking from config - et state.Enablements + et system.Enablements // prevents sharing from happening twice shared bool -- cgit v1.3.1