mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 23:31:36 +08:00
UI: Add button for adv. audio properties
Add a button to the main window to access advanced audio properties to make it a bit more visible to users. To facilitate this, the bottom part of the window was switched to a grid layout.
This commit is contained in:
@@ -1632,6 +1632,11 @@ void OBSBasic::on_actionAdvAudioProperties_triggered()
|
||||
advAudioWindow->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
}
|
||||
|
||||
void OBSBasic::on_advAudioProps_clicked()
|
||||
{
|
||||
on_actionAdvAudioProperties_triggered();
|
||||
}
|
||||
|
||||
void OBSBasic::on_scenes_currentItemChanged(QListWidgetItem *current,
|
||||
QListWidgetItem *prev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user