We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e9f6c commit 8d1c808Copy full SHA for 8d1c808
1 file changed
HeckR_Replace.ahk
@@ -272,9 +272,11 @@ alternativeDisableBase(alternativeDisableHotstringBase) {
272
273
; Disable replace
274
for sectionIndex, sectionName in alternativeSectionDisablers[alternativeDisableHotstringBase]
275
- if (toggleAbleSections[sectionName]["state"] == "On")
+ if (toggleAbleSections[sectionName]["state"] == "On") {
276
+ toggleAbleSections[sectionName]["state"] := "Off"
277
for customHotstring, replaceValue in toggleAbleSections[sectionName]["hotstrings"]
278
Hotstring(customHotstring, , "Off")
279
+ }
280
}
281
282
;------------------------------------------------
0 commit comments