Skip to content

Commit

Permalink
Revert to system folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed May 20, 2020
1 parent ab462bd commit f74aec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions internal/player/main-window.go
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ func (w *MainWindow) updateLibrary() {
uri, iconName, prefix := "", "", ""
if dir, ok := a["directory"]; ok {
uri = dir
iconName = "ymuse-folder"
iconName = "folder"
prefix = "d:"
countDirs++
} else if file, ok := a["file"]; ok {
Expand Down Expand Up @@ -2099,8 +2099,6 @@ func (w *MainWindow) updateStreamsActions() {

// updateStyle updates custom colours based on the current theme
func (w *MainWindow) updateStyle() {
log.Debug("updateStyle()")

// Fetch window's style context
ctx, err := w.window.GetStyleContext()
if errCheck(err, "updateStyle(): GetStyleContext() failed") {
Expand Down

This file was deleted.

0 comments on commit f74aec2

Please sign in to comment.