diff options
Diffstat (limited to 'internal/app/share.dbus.go')
| -rw-r--r-- | internal/app/share.dbus.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/app/share.dbus.go b/internal/app/share.dbus.go index 6b0ff43c..f9efc7b5 100644 --- a/internal/app/share.dbus.go +++ b/internal/app/share.dbus.go @@ -5,7 +5,7 @@ import ( "git.ophivana.moe/cat/fortify/acl" "git.ophivana.moe/cat/fortify/dbus" - "git.ophivana.moe/cat/fortify/internal/state" + "git.ophivana.moe/cat/fortify/internal/system" ) const ( @@ -14,7 +14,7 @@ const ( ) func (seal *appSeal) shareDBus(config [2]*dbus.Config) error { - if !seal.et.Has(state.EnableDBus) { + if !seal.et.Has(system.EDBus) { return nil } |
