Volume Slider: Fix appearance of tooltip

Tooltip should appear on the left side when the volume bar is close to
the right side of the screen.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
CQTexperiment
Christopher Snowhill 2022-01-30 14:05:12 -08:00
parent fe67d1a6ea
commit 54ccad7c5d
1 changed files with 0 additions and 2 deletions

View File

@ -97,8 +97,6 @@
{
[self updateToolTip];
[popover showRelativeToRect:view.bounds ofView:view preferredEdge:NSRectEdgeMaxY];
[self hideToolTipAfterDelay:duration];
}