mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-10 06:34:22 +00:00
Update comment based on suggestion
Co-authored-by: Kyle Neideck <kyle@bearisdriving.com>
This commit is contained in:
parent
ce56a96829
commit
d9a22d1b62
1 changed files with 1 additions and 2 deletions
|
@ -184,7 +184,7 @@ static NSString* const kMoreAppsMenuTitle = @"More Apps";
|
|||
}
|
||||
|
||||
for (NSView* subview in item.view.subviews) {
|
||||
// Get the volume.
|
||||
// Set the volume.
|
||||
if (volumeAndPan.volume != -1 && [subview isKindOfClass:[BGMAVM_VolumeSlider class]]) {
|
||||
[(BGMAVM_VolumeSlider*)subview setRelativeVolume:volumeAndPan.volume];
|
||||
}
|
||||
|
@ -520,4 +520,3 @@ static NSString* const kMoreAppsMenuTitle = @"More Apps";
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue