Add an event filter to remove status tip updates

This commit is contained in:
Veronica Berglyd Olsen
2023-11-28 23:57:41 +01:00
parent d291995c0e
commit 4ab2b04e6b
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -29,8 +29,8 @@ from time import time
from typing import TYPE_CHECKING, Literal
from datetime import datetime
from PyQt5.QtCore import pyqtSlot, QLocale
from PyQt5.QtGui import QColor
from PyQt5.QtCore import pyqtSlot, QLocale
from PyQt5.QtWidgets import qApp, QStatusBar, QLabel
from novelwriter import CONFIG, SHARED