clean up TODO

This commit is contained in:
Drew Weymouth
2023-03-04 14:20:26 -08:00
parent 773d5a65bb
commit 77d029d926
-1
View File
@@ -68,7 +68,6 @@ func NewBrowsingPane(app *backend.App) *BrowsingPane {
b.reload = widget.NewButtonWithIcon("", theme.ViewRefreshIcon(), b.Reload)
b.app.PlaybackManager.OnSongChange(b.onSongChange)
b.pageContainer = container.NewMax(
// TODO: get this color into the theme
canvas.NewRectangle(fyne.CurrentApp().Settings().Theme().Color(
myTheme.ColorNamePageBackground, theme.VariantDark,
)),