Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions submacros/natro_macro.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -3214,6 +3214,8 @@ SetTimer Background, 2000
if (A_Args.Has(1) && (A_Args[1] = 1))
SetTimer start, -1000


ForceLabelStart := false
return

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down Expand Up @@ -20625,7 +20627,7 @@ start(*){
return
}
}
if !ForceStart {
if !ForceStart && !ForceLabelStart {
;Field drift compensation warning
Loop 3 {
;if gathering in a field with FDC on and without supreme set in settings, warn user
Expand Down Expand Up @@ -21000,8 +21002,10 @@ nm_ForceLabel(wParam, *){
{
case 1:
if (MainGui["StartButton"].Enabled = 1)
{
global ForceLabelStart := true
SetTimer start, -500

}
case 2:
nm_pause()

Expand Down