diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-16 14:38:57 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-16 14:38:57 +0900 |
| commit | c21168a74181903535c63f49c5a6d3bd2052c883 (patch) | |
| tree | 6ed272c6a4d3712624077cf39794d7d1eb22295f /internal/app/system.go | |
| parent | 084cd84f36a1d608541b4aa4e1e95334395d8953 (diff) | |
system: move enablements from state package
This removes the unnecessary import of the state package.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/app/system.go')
| -rw-r--r-- | internal/app/system.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
