forked from Silverfish/proton-bridge
Other(refactor): Remove unencrypted recipient confirmation
This commit is contained in:
@ -37,10 +37,6 @@ type Restarter interface {
|
||||
ForceLauncher(string)
|
||||
}
|
||||
|
||||
type NoEncConfirmator interface {
|
||||
ConfirmNoEncryption(string, bool)
|
||||
}
|
||||
|
||||
type Updater interface {
|
||||
Check() (updater.VersionInfo, error)
|
||||
InstallUpdate(updater.VersionInfo) error
|
||||
|
||||
Reference in New Issue
Block a user