Session log is now printed in the table

This commit is contained in:
Veronica K. B. Olsen
2019-10-20 15:52:25 +02:00
parent 50f4d8e073
commit 2fe001b336
3 changed files with 73 additions and 6 deletions
+6
View File
@@ -12,6 +12,12 @@
from nw.enum import nwItemClass, nwItemLayout
class nwConst():
tStampFmt = "%Y-%m-%d %H:%M:%S"
# END Class nwConst
class nwFiles():
APP_ICON = "novelWriter.svg"