clash/component/profile/profile.go

9 lines
187 B
Go
Raw Normal View History

package profile
import (
2023-11-03 13:01:45 +00:00
"github.com/metacubex/mihomo/common/atomic"
)
2021-10-10 15:44:09 +00:00
// StoreSelected is a global switch for storing selected proxy to cache
var StoreSelected = atomic.NewBool(true)