mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-23 07:59:50 -05:00
Set the path QLabel of the HistoryItem to plain text format
This commit is contained in:
parent
1b259a208d
commit
8f1e7ac224
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user