Skip to content

Commit

Permalink
v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Aug 9, 2022
1 parent ea7fe12 commit be77dda
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
Binary file modified @Resources/Version.inc
Binary file not shown.
11 changes: 5 additions & 6 deletions Core/AppearanceStyles/MIUI.inc
Original file line number Diff line number Diff line change
@@ -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

; ---------------------------------------------------------------------------- ;
Expand Down
6 changes: 3 additions & 3 deletions Main/Styles/MIUI.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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#)
Expand Down
4 changes: 2 additions & 2 deletions Main/Vars/MIUI.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Variables]
ShowShuffle=1
ShowRepeat=1
ShowShuffle=0
ShowRepeat=0
Scale=1

0 comments on commit be77dda

Please sign in to comment.