various amendments
This commit is contained in:
parent
fa47df6d89
commit
66db620fea
2 changed files with 53 additions and 6 deletions
|
|
@ -18,8 +18,8 @@ import (
|
|||
var currentPreset atomic.Pointer[string]
|
||||
|
||||
func init() {
|
||||
profileFast := ""
|
||||
currentPreset.Store(&profileFast)
|
||||
profileDefault := ""
|
||||
currentPreset.Store(&profileDefault)
|
||||
}
|
||||
|
||||
func getCurrentPreset() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue