forked from Silverfish/proton-bridge
GODT-2229: Allow changing cache folder to a non-empty folder.
This commit is contained in:
@ -70,8 +70,8 @@ func (vault *Vault) SetSMTPSSL(ssl bool) error {
|
||||
})
|
||||
}
|
||||
|
||||
// GetGluonDir sets the directory where the gluon should store its data.
|
||||
func (vault *Vault) GetGluonDir() string {
|
||||
// GetGluonCacheDir sets the directory where the gluon should store its data.
|
||||
func (vault *Vault) GetGluonCacheDir() string {
|
||||
return vault.get().Settings.GluonDir
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user