Improved the alert to user interface, and added an enum class for severity flags.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ from PyQt5.QtCore import Qt, QTimer
|
||||
|
||||
from nw.gui.dochighlight import GuiDocHighlighter
|
||||
from nw.gui.wordcounter import WordCounter
|
||||
from nw.enum import nwDocAction
|
||||
from nw.enum import nwDocAction, nwAlert
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user