Skip to content

Commit

Permalink
fixed little oversight
Browse files Browse the repository at this point in the history
fixed a little oversight where the play symbol would not be shown when Spotify was closed
  • Loading branch information
Felix Teupke committed May 26, 2020
1 parent d90098c commit 29359fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Win10 Widgets/Spotify/Spotify-Small.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ IfTrueAction=[!Show][!SetVariable HovorColor #ForegroundColor#][!SetVariable Hov
IfCondition2=MeasureState = 2
IfTrueAction2=[!Show][!SetVariable HovorColor #SpotifyGreen#][!SetVariable HoverColor2 #ForegroundColor#][!SetVariable ClickColor #SpotifyGreen#][!HideMeterGroup Pause][!ShowMeterGroup Play]
IfCondition3=(MeasureState=0)
IfTrueAction3=[!HideMeterGroup Pause]
IfTrueAction3=[!HideMeterGroup Pause][!ShowMeterGroup Play]
IfCondition4=(MeasureState=0) && (#ShowIfSpotifyClosed#=0)
IfTrueAction4=[!Hide]
IfConditionMode=1
Expand Down

0 comments on commit 29359fb

Please sign in to comment.