Play back press sound only once

This commit is contained in:
Rikko 2022-12-17 22:28:44 +05:30
parent eb075a8579
commit 59974adb99

View file

@ -1420,7 +1420,6 @@ class PluginManagerWindow(ba.Window):
)
def _back(self) -> None:
play_sound()
from bastd.ui.settings.allsettings import AllSettingsWindow
ba.containerwidget(edit=self._root_widget,
transition=self._transition_out)