Missed a sound playing code

This commit is contained in:
Vishal 2022-08-06 23:26:44 +05:30 committed by GitHub
parent 6a7a6a170c
commit d5674531f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,6 +219,7 @@ class Plugin:
class PluginWindow(popup.PopupWindow):
def __init__(self, plugin, origin_widget, button_callback=lambda: None):
play_sound()
self.plugin = plugin
self.button_callback = button_callback
b_text_color = (0.75, 0.7, 0.8)