diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-09-22 00:04:33 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-09-22 00:04:33 +0200 |
commit | fce2b0ce5fe07427fc82061bbeb8bed725432ac1 (patch) | |
tree | f59c16803f637effa9be671306f213749658ebef | |
parent | e9434fce3d3738bbc0b424b81707cc562a885cea (diff) | |
download | MultiMC-fce2b0ce5fe07427fc82061bbeb8bed725432ac1.tar MultiMC-fce2b0ce5fe07427fc82061bbeb8bed725432ac1.tar.gz MultiMC-fce2b0ce5fe07427fc82061bbeb8bed725432ac1.tar.lz MultiMC-fce2b0ce5fe07427fc82061bbeb8bed725432ac1.tar.xz MultiMC-fce2b0ce5fe07427fc82061bbeb8bed725432ac1.zip |
NOISSUE make the paste.ee links in settings clickable
-rw-r--r-- | application/pages/global/PasteEEPage.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/pages/global/PasteEEPage.ui b/application/pages/global/PasteEEPage.ui index d138c448..10883781 100644 --- a/application/pages/global/PasteEEPage.ui +++ b/application/pages/global/PasteEEPage.ui @@ -87,6 +87,9 @@ <property name="wordWrap"> <bool>true</bool> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> </layout> |