summaryrefslogtreecommitdiffstats
path: root/application/pages/global/PasteEEPage.ui
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-09-07 01:20:11 +0200
committerPetr Mrázek <peterix@gmail.com>2017-09-07 01:20:11 +0200
commit32a2cb5a0dabbe19eef04f378824af8a10487d97 (patch)
treeb1b5c90384c1863339374cde2537ce1cd1c69629 /application/pages/global/PasteEEPage.ui
parenta1ef043030e4b793892c5c5e44a2724065609c89 (diff)
downloadMultiMC-32a2cb5a0dabbe19eef04f378824af8a10487d97.tar
MultiMC-32a2cb5a0dabbe19eef04f378824af8a10487d97.tar.gz
MultiMC-32a2cb5a0dabbe19eef04f378824af8a10487d97.tar.lz
MultiMC-32a2cb5a0dabbe19eef04f378824af8a10487d97.tar.xz
MultiMC-32a2cb5a0dabbe19eef04f378824af8a10487d97.zip
NOISSUE fix hardcoded link color in other places
Diffstat (limited to 'application/pages/global/PasteEEPage.ui')
-rw-r--r--application/pages/global/PasteEEPage.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/pages/global/PasteEEPage.ui b/application/pages/global/PasteEEPage.ui
index 965e9c5c..d138c448 100644
--- a/application/pages/global/PasteEEPage.ui
+++ b/application/pages/global/PasteEEPage.ui
@@ -79,7 +79,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://paste.ee&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;paste.ee&lt;/span&gt;&lt;/a&gt; is used by MultiMC for log uploads. If you have a &lt;a href=&quot;https://paste.ee&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;paste.ee&lt;/span&gt;&lt;/a&gt; account, you can add your API key here and have your uploaded logs paired with your account.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://paste.ee&quot;&gt;paste.ee&lt;/a&gt; is used by MultiMC for log uploads. If you have a &lt;a href=&quot;https://paste.ee&quot;&gt;paste.ee&lt;/a&gt; account, you can add your API key here and have your uploaded logs paired with your account.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
@@ -113,7 +113,6 @@
</widget>
<tabstops>
<tabstop>tabWidget</tabstop>
- <tabstop>publicButton</tabstop>
<tabstop>multimcButton</tabstop>
<tabstop>customButton</tabstop>
<tabstop>customAPIkeyEdit</tabstop>