mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Update openpype/tools/workfiles/window.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
0cf19e8ff6
commit
c12e6995de
1 changed files with 3 additions and 2 deletions
|
|
@ -149,10 +149,11 @@ class SidePanelWidget(QtWidgets.QWidget):
|
|||
"<b>Modified:</b>",
|
||||
modification_time.strftime(datetime_format),
|
||||
)
|
||||
if platform.system() != "Windows":
|
||||
username = self.get_user_name(filepath)
|
||||
if username:
|
||||
lines += (
|
||||
"<b>User:</b>",
|
||||
self.get_user_name(filepath),
|
||||
username,
|
||||
)
|
||||
self._details_input.appendHtml("<br>".join(lines))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue