This commit is contained in:
Daniel Clark
2021-02-05 01:42:11 +00:00
parent 45a9eb9cd2
commit 275bded665
3 changed files with 3 additions and 3 deletions
@@ -56,7 +56,7 @@ namespace NotificationFlyout.Wpf.UI.Controls
{
var taskbarState = _taskbarHelper.GetCurrentState();
var flyoutPlacement = FlyoutPlacementMode.Bottom;
var flyoutPlacement = FlyoutPlacementMode.Auto;
switch (taskbarState.Position)
{
case TaskbarPosition.Left: