clash/component/profile/profile.go

9 lines
164 B
Go
Raw Normal View History

package profile
import (
"go.uber.org/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)