oh-my-posh/segment_spotify_others.go
2020-11-10 19:53:32 +01:00

9 lines
103 B
Go

// +build !darwin
// +build !windows
package main
func (s *spotify) enabled() bool {
return false
}