various amendments

This commit is contained in:
marcsello 2025-10-09 22:38:02 +02:00
parent fa47df6d89
commit 66db620fea
2 changed files with 53 additions and 6 deletions

View file

@ -18,8 +18,8 @@ import (
var currentPreset atomic.Pointer[string]
func init() {
profileFast := ""
currentPreset.Store(&profileFast)
profileDefault := ""
currentPreset.Store(&profileDefault)
}
func getCurrentPreset() string {