mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
Other(refactor): Move Settings out of frontend
This commit is contained in:
@ -37,9 +37,9 @@ type Installer interface {
|
||||
}
|
||||
|
||||
type Settings interface {
|
||||
Get(string) string
|
||||
Set(string, string)
|
||||
GetFloat64(string) float64
|
||||
Get(settings.Key) string
|
||||
Set(settings.Key, string)
|
||||
GetFloat64(settings.Key) float64
|
||||
}
|
||||
|
||||
type Updater struct {
|
||||
|
||||
Reference in New Issue
Block a user