Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications do not show on macOS #163

Open
TheLastProject opened this issue Mar 13, 2019 · 0 comments
Open

Notifications do not show on macOS #163

TheLastProject opened this issue Mar 13, 2019 · 0 comments

Comments

@TheLastProject
Copy link
Member

Notifications are sent through the logger class by calling showMessage on the system tray:

Pext/pext/__main__.py

Lines 306 to 307 in 7c38150

if Logger.window.tray:
Logger.window.tray.tray.showMessage('Pext', message['message'], icon)

Yet somehow they are never shown on macOS, while they do work on Windows and Linux.

Related Qt5 feature: https://doc.qt.io/qt-5/qsystemtrayicon.html#showMessage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant