Skip to content

Commit baf269e

Browse files
return pool mining
1 parent bae209c commit baf269e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CryptoNoteWallet.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
set(CN_PROJECT_NAME "GoldWallet")
2+
set(CN_PROJECT_NAME "FANGO")
33
set(CN_CURRENCY_DISPLAY_NAME "Fandom Gold")
44
set(CN_CURRENCY_TICKER "XFG")
5-
set(CN_VERSION 3.0.2)
5+
set(CN_VERSION 3.0.3)

src/gui/ui/mainwindow.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3045,10 +3045,10 @@ selection-background-color: rgb(237, 212, 0);</string>
30453045
</action>
30463046
<action name="m_miningAction">
30473047
<property name="checkable">
3048-
<bool>false</bool>
3048+
<bool>true</bool>
30493049
</property>
30503050
<property name="enabled">
3051-
<bool>false</bool>
3051+
<bool>true</bool>
30523052
</property>
30533053
<property name="icon">
30543054
<iconset resource="../../resources.qrc">
@@ -3063,10 +3063,10 @@ selection-background-color: rgb(237, 212, 0);</string>
30633063
</font>
30643064
</property>
30653065
<property name="visible">
3066-
<bool>false</bool>
3066+
<bool>true</bool>
30673067
</property>
30683068
<property name="iconVisibleInMenu">
3069-
<bool>false</bool>
3069+
<bool>true</bool>
30703070
</property>
30713071
<property name="stylesheet" stdset="0">
30723072
<string/>
@@ -3161,10 +3161,10 @@ selection-background-color: rgb(237, 212, 0);</string>
31613161
</action>
31623162
<action name="m_miningOnLaunchAction">
31633163
<property name="checkable">
3164-
<bool>false</bool>
3164+
<bool>true</bool>
31653165
</property>
31663166
<property name="enabled">
3167-
<bool>false</bool>
3167+
<bool>true</bool>
31683168
</property>
31693169
<property name="text">
31703170
<string>Start &amp;pool mining automatically</string>

src/images/splash.png

-288 Bytes
Loading

0 commit comments

Comments
 (0)