Addon Manager: enable markup in details title
[ci skip]
This is necessary since addon_info::display_name escapes markup (see 88ebb72b98
). Without this,
certain characters like "'" don't display properly. It might be worth revisiting this at some
point and only escape formatting in specific cases where it's used with markup-enabled widgets,
but this is a quick solution.
This commit is contained in:
parent
d5148f2532
commit
b6847141f2
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
id = "title"
|
||||
definition = "title"
|
||||
label = "Epic Addon Of Awesomeness"
|
||||
use_markup = true
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue