mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
Other(refactor): Move Settings out of frontend
This commit is contained in:
@ -65,7 +65,7 @@ type imapBackend struct {
|
||||
}
|
||||
|
||||
type settingsProvider interface {
|
||||
GetInt(string) int
|
||||
GetInt(settings.Key) int
|
||||
}
|
||||
|
||||
// NewIMAPBackend returns struct implementing go-imap/backend interface.
|
||||
|
||||
Reference in New Issue
Block a user