forked from Silverfish/proton-bridge
GODT-1425: Factory reset enables launch on startup
This commit is contained in:
@ -87,6 +87,9 @@ type Bridger interface {
|
||||
GetKeychainApp() string
|
||||
SetKeychainApp(keychain string)
|
||||
HasError(err error) bool
|
||||
IsAutostartEnabled() bool
|
||||
EnableAutostart() error
|
||||
DisableAutostart() error
|
||||
}
|
||||
|
||||
type bridgeWrap struct {
|
||||
|
||||
Reference in New Issue
Block a user