mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
ui: replace hardcoded emoji by its code
to avoid rendering issues.
This commit is contained in:
parent
d81374ebc7
commit
acf7c653af
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class ProcessDetailsDialog(QtWidgets.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0])
|
|||
if 'Tree' in proc:
|
||||
proc['Tree'].reverse()
|
||||
self.labelParent.setText(
|
||||
"<b>Parent(s): </b>" + " 🡆 ".join(
|
||||
"<b>Parent(s): </b>" + " \U000027a1 ".join(
|
||||
path['key'] for path in proc['Tree']
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue