mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 05:31:18 +08:00
9 lines
186 B
Go
9 lines
186 B
Go
package profile
|
|
|
|
import (
|
|
"github.com/Dreamacro/clash/common/atomic"
|
|
)
|
|
|
|
// StoreSelected is a global switch for storing selected proxy to cache
|
|
var StoreSelected = atomic.NewBool(true)
|