This commit is contained in:
natilou
2024-05-18 16:07:50 -03:00
parent d939c7f85f
commit 090874591a
3 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -11,8 +11,8 @@ import (
"net/url"
"os"
"path/filepath"
"time"
"slices"
"time"
"github.com/dweymouth/supersonic/backend"
"github.com/dweymouth/supersonic/backend/mediaprovider"
-1
View File
@@ -164,7 +164,6 @@ func (sd *SearchDialog) SetContent(checkBox *widget.Check) {
}
}
func (sd *SearchDialog) onInit() {
if sd.OnInit == nil {
sd.SetContent(nil)