May-04-2020, 07:48 PM
Hey Guys,
I created one simple notebook now, When I click the button "message button" likes Author, version and copyright, the windows sound. But I checked the code, there is no setting for this. How I can mute this?
![[Image: NDI2NzQ3NF8xMzM4MTA1MQ]](https://Jinliang-gmail.tinytake.com/tt/NDI2NzQ3NF8xMzM4MTA1MQ)
Thanks.
I created one simple notebook now, When I click the button "message button" likes Author, version and copyright, the windows sound. But I checked the code, there is no setting for this. How I can mute this?
Thanks.
def author():
showinfo('Author', ' This software is completed by Kevin LIU')
def copyright():
showinfo('Copyright', 'The copyright of this software is owned by Kevin LIU')
def version():
showinfo('Version', '1.0.0')

