Update NoteExtender.xml

master
AardCrowley 2 years ago committed by GitHub
parent 984aba7eef
commit d8ef36d6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,10 +178,12 @@ function toggleNoteWin(name, line, wildcards)
noteShow = "true" noteShow = "true"
SetVariable("noteShow", noteShow) SetVariable("noteShow", noteShow)
ColourNote("white", "blue", "Toggled Note Window Status: " .. wildcards[1]) ColourNote("white", "blue", "Toggled Note Window Status: " .. wildcards[1])
NotesWin:show()
elseif wildcards[1] == "off" or wildcards[1] == "hide" then elseif wildcards[1] == "off" or wildcards[1] == "hide" then
noteShow = "false" noteShow = "false"
SetVariable("noteShow", noteShow) SetVariable("noteShow", noteShow)
ColourNote("white", "blue", "Toggled Note Window Status: " .. wildcards[1]) ColourNote("white", "blue", "Toggled Note Window Status: " .. wildcards[1])
NotesWin:hide()
elseif wildcards[1] == "clear" then elseif wildcards[1] == "clear" then
NotesWin:clear(false) NotesWin:clear(false)
NotesWin:hide() NotesWin:hide()

Loading…
Cancel
Save