-
Notifications
You must be signed in to change notification settings - Fork 16.9k
Closed
Description
- Output of
node_modules/.bin/electron --version: v3.0.2 - Operating System (Platform and Version): Linux, Ubuntu 18
Expected Behavior
Expected tray.getBounds() to return bounds.
Actual behavior
It did not return the correct bounds.
const tray = new Tray(icon)
tray.getBounds()
// { x: 0, y: 0, width: 0, height: 0 } ( incorrect bounds )Additional Information
I'm trying to position a window under the tray icon. Is there any way to do this on Linux?
brunolemos, PkAIR, andriyor, jhock, forleetcode and 1 more
Metadata
Metadata
Assignees
Labels
No labels