Added Windows taskbar icon colors
- Red when there's no connection to any pool - Yellow when mining is paused - No color during normal mining
This commit is contained in:
parent
76cd83edb2
commit
387320ad6d
4 changed files with 185 additions and 0 deletions
|
@ -56,6 +56,7 @@ set(HEADERS
|
|||
src/core/config/usage.h
|
||||
src/core/Controller.h
|
||||
src/core/Miner.h
|
||||
src/core/Taskbar.h
|
||||
src/net/interfaces/IJobResultListener.h
|
||||
src/net/JobResult.h
|
||||
src/net/JobResults.h
|
||||
|
@ -104,6 +105,7 @@ set(SOURCES
|
|||
src/core/config/ConfigTransform.cpp
|
||||
src/core/Controller.cpp
|
||||
src/core/Miner.cpp
|
||||
src/core/Taskbar.cpp
|
||||
src/net/JobResults.cpp
|
||||
src/net/Network.cpp
|
||||
src/net/strategies/DonateStrategy.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue