Add model support for drag and drop

This commit is contained in:
Veronica Berglyd Olsen
2024-11-20 01:31:56 +01:00
parent 54685c8184
commit 72f1bc2d77
3 changed files with 78 additions and 14 deletions
+3
View File
@@ -53,6 +53,9 @@ class nwConst:
# Requests
USER_AGENT = "Mozilla/5.0 (compatible; novelWriter (Python))"
# Mime Types
MIME_HANDLE = "text/vnd.novelwriter.handle"
# Gui Settings
STATUS_MSG_TIMEOUT = 15000 # milliseconds
MAX_SEARCH_RESULT = 1000