mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
SoundPlayer: Add option to hide scope
Fixes #521. The scope can be hidden using the option in the app menu.
This commit is contained in:
parent
56cd8b4d17
commit
b4c18870de
3 changed files with 21 additions and 5 deletions
|
@ -13,6 +13,7 @@ class SoundPlayerWidget final : public GWidget {
|
|||
public:
|
||||
virtual ~SoundPlayerWidget() override;
|
||||
void open_file(String path);
|
||||
void hide_scope(bool);
|
||||
PlaybackManager& manager() { return m_manager; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue