Skip to content

Commit

Permalink
Play Meter remains just right of AudioSetup when maximizing window
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Licameli committed Apr 29, 2024
1 parent 3fdfa8f commit 3e0b04e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/toolbars/ToolManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,13 @@ static struct DefaultConfigEntry {
#ifdef HAS_AUDIOCOM_UPLOAD
{ wxT("Share Audio"), wxT("Audio Setup"), {} },
{ wxT("RecordMeter"), wxT("Share Audio"), {} },
{ wxT("PlayMeter"), wxT("Share Audio"), wxT("RecordMeter"),
},
#else
{ wxT("RecordMeter"), wxT("Audio Setup"), {} },
{ wxT("PlayMeter"), wxT("Audio Setup"), wxT("RecordMeter"),
},
#endif
{ wxT("PlayMeter"), wxT("RecordMeter"), {} },

// start another top dock row
{ wxT("Device"), {}, wxT("Control") },
Expand Down

0 comments on commit 3e0b04e

Please sign in to comment.