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