This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.

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)