aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/tab/mode/history.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-01-17 09:51:25 -0800
committerMicah Lee <micah@micahflee.com>2022-01-17 09:51:25 -0800
commitc8ea7702232d68c81521f0755d9e55c5211807bd (patch)
tree0a3038a61a45a1716d74c75c9a07d98374deacb7 /desktop/onionshare/tab/mode/history.py
parent4729af55984abfaba494e31862f69f35494467e9 (diff)
parent9e99ad8b8d6f0eb0a2162191ec31a68e7c3acee5 (diff)
downloadonionshare-c8ea7702232d68c81521f0755d9e55c5211807bd.tar.gz
onionshare-c8ea7702232d68c81521f0755d9e55c5211807bd.zip
Merge branch 'ros-fixes' into release-2.5
Diffstat (limited to 'desktop/onionshare/tab/mode/history.py')
-rw-r--r--desktop/onionshare/tab/mode/history.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/onionshare/tab/mode/history.py b/desktop/onionshare/tab/mode/history.py
index 8f0d93a2..d24e53c1 100644
--- a/desktop/onionshare/tab/mode/history.py
+++ b/desktop/onionshare/tab/mode/history.py
@@ -481,6 +481,7 @@ class IndividualFileHistoryItem(HistoryItem):
self.common.gui.css["history_individual_file_timestamp_label"]
)
self.path_label = QtWidgets.QLabel(self.path)
+ self.path_label.setTextFormat(QtCore.Qt.PlainText)
self.path_label.setStyleSheet(self.common.gui.css["history_default_label"])
self.status_code_label = QtWidgets.QLabel()