diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-08-20 01:57:59 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-08-20 01:57:59 +0200 |
commit | 50b92c1af2d28ab59a9b70ce0b3dca62bf1a7583 (patch) | |
tree | 96c409f35f73718459b63688e3a8267f5a8b5bd8 /launcher/dialogs/MSALoginDialog.ui | |
parent | 1b68d51da634ddab39fe872fcc28a4f491c0c8a4 (diff) | |
download | PrismLauncher-50b92c1af2d28ab59a9b70ce0b3dca62bf1a7583.tar.gz PrismLauncher-50b92c1af2d28ab59a9b70ce0b3dca62bf1a7583.tar.bz2 PrismLauncher-50b92c1af2d28ab59a9b70ce0b3dca62bf1a7583.zip |
NOISSUE Markdown is not available in Qt 5.4 ... who would have thought?
Diffstat (limited to 'launcher/dialogs/MSALoginDialog.ui')
-rw-r--r-- | launcher/dialogs/MSALoginDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/dialogs/MSALoginDialog.ui b/launcher/dialogs/MSALoginDialog.ui index 5479a726..4d82fe2b 100644 --- a/launcher/dialogs/MSALoginDialog.ui +++ b/launcher/dialogs/MSALoginDialog.ui @@ -28,7 +28,7 @@ aaaaa</string> </property> <property name="textFormat"> - <enum>Qt::MarkdownText</enum> + <enum>Qt::RichText</enum> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |