Page 1 of 1

Changing the screenshot before saving

Posted: Sun Jul 21, 2019 12:37 am
by trajano
In my UI viewtopic.php?f=52&t=56157 I want to make it such that when I save the button bar does not appear. I am thinking it is a matter of calling something like

show_quick_menu = False
FileTakeScreenshot()
show_quick_menu = True

at the beginning of ShowMenu handler but I am not really sure how to do it properly.