diff --git a/src/util/getWindowPosition.ts b/src/util/getWindowPosition.ts index 4fb4d63..3fd8f8c 100644 --- a/src/util/getWindowPosition.ts +++ b/src/util/getWindowPosition.ts @@ -90,7 +90,7 @@ export function getWindowPosition(tray: Tray): WindowPosition { return isLinux ? 'topRight' : 'trayCenter'; } if (traySide === 'bottom') { - return isLinux ? 'bottomRight' : 'trayBottomCenter'; + return 'bottomRight'; } if (traySide === 'left') { return 'bottomLeft';