clash/component/profile/profile.go

9 lines
186 B
Go
Raw Normal View History

package profile
import (
"github.com/Dreamacro/clash/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)