diff --git a/@Resources/Version.inc b/@Resources/Version.inc index 83924cf..847365c 100644 Binary files a/@Resources/Version.inc and b/@Resources/Version.inc differ diff --git a/Core/AppearanceStyles/MIUI.inc b/Core/AppearanceStyles/MIUI.inc index ca07225..2a1b276 100644 --- a/Core/AppearanceStyles/MIUI.inc +++ b/Core/AppearanceStyles/MIUI.inc @@ -1,14 +1,13 @@ -[ExtraControlsTitle] -Meter=String -Text="Extra Controls" -MeterStyle=Set.String:S | Set.OptionCat:S [Option1] Meter=String -Text="Shuffle Button" +Text="Show shuffle Button" MeterStyle=Set.String:S | Set.OptionName:S +[Set.Div:02] +Meter=Shape +MeterStyle=Set.Div:S [Option2] Meter=String -Text="Repeat Button" +Text="Show repeat Button" MeterStyle=Set.String:S | Set.OptionName:S ; ---------------------------------------------------------------------------- ; diff --git a/Main/Styles/MIUI.inc b/Main/Styles/MIUI.inc index 7048fc7..c77ddb3 100644 --- a/Main/Styles/MIUI.inc +++ b/Main/Styles/MIUI.inc @@ -167,8 +167,8 @@ Meter=Image ImageName=#@#Icons\Shuffle.png X=(20*#Scale#)R Y=(#GH#*0.63) -W=(20*#scale#*#ShowShuffle#) -H=(20*#scale#*#ShowShuffle#) +W=(20*#scale#) +H=(20*#scale#) Hidden=(1-#ShowShuffle#) Grayscale=1 ImageTint=[FGC2] @@ -185,7 +185,7 @@ LeftMouseUpAction=[!SetOption Shuffle MeterStyle "Shuffle0"][!UpdateMeter Shuffl [Previous] Meter=Image ImageName=#@#Icons\Previous.png -X=(20*#Scale#)R +X=(20*#Scale#*(#ShowShuffle#))R Y=(#GH#*0.6) W=(20*#scale#) H=(20*#scale#) diff --git a/Main/Vars/MIUI.inc b/Main/Vars/MIUI.inc index 0aa2fb5..4cd02ad 100644 --- a/Main/Vars/MIUI.inc +++ b/Main/Vars/MIUI.inc @@ -1,4 +1,4 @@ [Variables] -ShowShuffle=1 -ShowRepeat=1 +ShowShuffle=0 +ShowRepeat=0 Scale=1