Rename to FX_SHOW_SIZE

As FX_SHOW_SIZE was already introduced in https://github.com/antonmedv/fx/issues/138#issuecomment-1120427068
pull/297/head
Anton Medvedev 2 months ago
parent 64eefccd4f
commit 47a996835e
No known key found for this signature in database

@ -68,7 +68,7 @@ func init() {
themeId = "1"
}
showSizesValue, ok := os.LookupEnv("FX_SHOWSIZES")
showSizesValue, ok := os.LookupEnv("FX_SHOW_SIZE")
if ok {
showSizesValue := strings.ToLower(showSizesValue)
showSizes = showSizesValue == "true" || showSizesValue == "yes" || showSizesValue == "on" || showSizesValue == "1"

Loading…
Cancel
Save