mayas piggy version

This commit is contained in:
Jan-Martin Raemer 2023-11-12 15:47:16 +01:00
parent 1f12d93300
commit 849cc91da8
10 changed files with 31 additions and 72 deletions

View file

@ -21,6 +21,7 @@ bool UiStateModel::isShowQuitAppButton() const
bool UiStateModel::isShowVolumeControls() const
{
// return true; //comment in as workaround for maya pi
const auto & profileInfo = mProfileInfoMap[mProfile];
return profileInfo.isShowVolumeControls;
}