do not use the leaveEvent on macos

This commit is contained in:
dries.k
2022-09-01 21:41:01 +02:00
parent 5e77a82629
commit 4e555631ed
2 changed files with 10 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ from PyQt6 import QtCore, QtGui, QtWidgets
from ..models.MessagesModel import MessageItemDataRole, MessagesModelItem
from ..designs.widget_message import Ui_Form
from gotify_tray.database import Cache, Settings
from gotify_tray.database import Settings
from gotify_tray.utils import convert_links, get_abs_path