Removed show help onclick event from greet message

This commit is contained in:
MrFry 2020-03-07 15:14:49 +01:00
parent 02ef5c056e
commit 6cb1020a9c

View file

@ -798,7 +798,7 @@
ShowMessage({ ShowMessage({
m: greetMsg, m: greetMsg,
isSimple: true isSimple: true
}, timeout, ShowHelp) // showing message. If "m" is empty it wont show it, thats how showSplash works. }, timeout) // showing message. If "m" is empty it wont show it, thats how showSplash works.
} }
// : }}} // : }}}