mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T644, allow to set notification sounds directory
This commit is contained in:
@@ -36,7 +36,7 @@ namespace BlackGui
|
||||
explicit CAudioSetupComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAudioSetupComponent();
|
||||
virtual ~CAudioSetupComponent() override;
|
||||
|
||||
//! Play any sounds?
|
||||
bool playNotificationSounds() const;
|
||||
@@ -64,6 +64,12 @@ namespace BlackGui
|
||||
//! Notification flags toggled
|
||||
void onNotificationsToggled(bool checked);
|
||||
|
||||
//! Notification sounds dir
|
||||
void selectNotificationSoundsDir();
|
||||
|
||||
//! Notification sounds dir
|
||||
void resetNotificationSoundsDir();
|
||||
|
||||
//! Audio device lists from settings
|
||||
void initAudioDeviceLists();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user