Skip to content

Commit

Permalink
Set the path QLabel of the HistoryItem to plain text format
Browse files Browse the repository at this point in the history
  • Loading branch information
mig5 committed Nov 8, 2021
1 parent 1b259a2 commit 8f1e7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/src/onionshare/tab/mode/history.py
Expand Up @@ -481,6 +481,7 @@ def __init__(self, common, data, path):
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()

Expand Down

0 comments on commit 8f1e7ac

Please sign in to comment.