go fmt
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
|||||||
"net/url"
|
"net/url"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"time"
|
|
||||||
"slices"
|
"slices"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/dweymouth/supersonic/backend"
|
"github.com/dweymouth/supersonic/backend"
|
||||||
"github.com/dweymouth/supersonic/backend/mediaprovider"
|
"github.com/dweymouth/supersonic/backend/mediaprovider"
|
||||||
|
|||||||
@@ -164,7 +164,6 @@ func (sd *SearchDialog) SetContent(checkBox *widget.Check) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (sd *SearchDialog) onInit() {
|
func (sd *SearchDialog) onInit() {
|
||||||
if sd.OnInit == nil {
|
if sd.OnInit == nil {
|
||||||
sd.SetContent(nil)
|
sd.SetContent(nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user