Skip to content

Commit 2fc75e3

Browse files
committed
Added link to global variables
1 parent 3a73bb7 commit 2fc75e3

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

Core/General.inc

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ OnUpdateAction=[!SetOption #Style# MeterStyle "Box:Selected"][!UpdateMeter #Styl
1010

1111
[Animations]
1212
Meter=String
13-
Text=Animations
13+
Text=
1414
MeterStyle=Set.String:S | Set.OptionCat:S
1515

1616
[Option000]
1717
Meter=String
1818
Text=Animated update rate
1919
MeterStyle=Set.String:S | Set.OptionName:S
20+
[Div:w]
21+
Meter=Shape
22+
MeterStyle=Set.Div:S
23+
[Option0000]
24+
Meter=String
25+
Text=Change hour format
26+
MeterStyle=Set.String:S | Set.OptionName:S
2027

2128
; ---------------------------------------------------------------------------- ;
2229
; Style list ;
@@ -176,4 +183,24 @@ Y=([Option000:Y]-#Set.P#+(-30/2+8)*[Set.S])
176183
[Value000]
177184
Meter=String
178185
Text=#Rm.update#
186+
MeterStyle=Set.String:S | Set.Value:S
187+
188+
[Button11]
189+
Meter=Shape
190+
MeterStyle=Set.Button:S
191+
Y=([Option0000:Y]-#Set.P#+(-30/2+8)*[Set.S])
192+
Act=[!WriteKeyvalue Variables Skin.Name """#JaxCore""" "#@#SecVar.inc"][!WriteKeyvalue Variables Skin.Set_Page GlobalVars "#@#SecVar.inc"][!Refresh]
193+
[Icon11]
194+
Meter=String
195+
Text=[\xe895]
196+
FontFace=Material Icons Round
197+
FontSize=(14*[Set.S])
198+
FontColor=#Set.Subtext_Color#
199+
MeterStyle=Set.String:S | Set.Value:S
200+
[Value11]
201+
Meter=String
202+
X=(-25*[Set.S])r
203+
Y=r
204+
Text=Change global variable
205+
FontColor=#Set.Subtext_Color#
179206
MeterStyle=Set.String:S | Set.Value:S

0 commit comments

Comments
 (0)