Enhance GetNativeValue

This commit is contained in:
cutelisp
2025-06-29 09:36:56 +01:00
committed by Dmytro Maluka
parent 55a553041b
commit 3a7705a090
4 changed files with 17 additions and 15 deletions

View File

@@ -668,7 +668,7 @@ func SetGlobalOption(option, value string) error {
return config.ErrInvalidOption
}
nativeValue, err := config.GetNativeValue(option, config.GlobalSettings[option], value)
nativeValue, err := config.GetNativeValue(option, value)
if err != nil {
return err
}