Update NoteExtender.xml

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

@ -154,7 +154,7 @@ function toggleNoteWin(name, line, wildcards)
ColourNote("white", "blue", "Toggled Note Window Status: " .. wildcards[1]) ColourNote("white", "blue", "Toggled Note Window Status: " .. wildcards[1])
elseif wildcards[1] == "clear" then elseif wildcards[1] == "clear" then
NotesWin:clear(false) NotesWin:clear(false)
NotesWin:show() NotesWin:hide()
ColourNote("white", "blue", "Clearing Note Window...") ColourNote("white", "blue", "Clearing Note Window...")
elseif wildcards[1] == "help" then elseif wildcards[1] == "help" then
onHelp() onHelp()

Loading…
Cancel
Save