mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-18 04:04:45 -05:00
Merge branch 'advisory-fix-1' into ros-fixes
This commit is contained in:
commit
092cbc12ce
@ -481,6 +481,7 @@ class IndividualFileHistoryItem(HistoryItem):
|
|||||||
self.common.gui.css["history_individual_file_timestamp_label"]
|
self.common.gui.css["history_individual_file_timestamp_label"]
|
||||||
)
|
)
|
||||||
self.path_label = QtWidgets.QLabel(self.path)
|
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.path_label.setStyleSheet(self.common.gui.css["history_default_label"])
|
||||||
self.status_code_label = QtWidgets.QLabel()
|
self.status_code_label = QtWidgets.QLabel()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user