Merge branch 'dev' into hard_scene

This commit is contained in:
Veronica Berglyd Olsen
2024-03-12 22:14:14 +01:00
13 changed files with 235 additions and 198 deletions
+1 -1
View File
@@ -827,7 +827,7 @@ class _PreviewWidget(QTextBrowser):
"""Update the build time and the fuzzy age."""
if self._docTime > 0:
strBuildTime = "%s (%s)" % (
datetime.fromtimestamp(self._docTime).strftime("%x %X"),
CONFIG.localDateTime(datetime.fromtimestamp(self._docTime)),
fuzzyTime(int(time()) - self._docTime)
)
else: