mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Missed a sound playing code
This commit is contained in:
parent
6a7a6a170c
commit
d5674531f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue