Skip to content

Commit 2f6e790

Browse files
committed
Add warning to GPU tab
1 parent 64ed677 commit 2f6e790

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/qt/forms/miningpage.ui

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,28 @@ border-radius: 4px;
590590
</item>
591591
</layout>
592592
</item>
593+
<item row="5" column="0">
594+
<widget class="QLabel" name="label_3">
595+
<property name="styleSheet">
596+
<string notr="true">background-color: rgb(0, 0, 0);
597+
color: rgb(255, 255, 255);</string>
598+
</property>
599+
<property name="text">
600+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:9pt; font-weight:600; color:#cc0000;&quot;&gt;Please be aware that mining on CPU at the same time as GPU will impact GPU mining performance.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
601+
</property>
602+
</widget>
603+
</item>
604+
<item row="4" column="0">
605+
<widget class="QLabel" name="label_3">
606+
<property name="styleSheet">
607+
<string notr="true">background-color: rgb(0, 0, 0);
608+
color: rgb(255, 255, 255);</string>
609+
</property>
610+
<property name="text">
611+
<string></string>
612+
</property>
613+
</widget>
614+
</item>
593615
<item row="3" column="0">
594616
<widget class="QLabel" name="label_5">
595617
<property name="styleSheet">

0 commit comments

Comments
 (0)