oh-my-posh/segment_spotify_others.go

9 lines
103 B
Go
Raw Normal View History

2020-11-04 23:56:12 -08:00
// +build !darwin
// +build !windows
package main
func (s *spotify) enabled() bool {
return false
}