diff options
| author | Jonas Schnelli <[email protected]> | 2014-11-19 13:33:34 +0100 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2016-10-24 10:23:58 +0000 |
| commit | b2b33d9017cd7bc92099338773313fdf4572dc4a (patch) | |
| tree | a99ace8f2586c6d9e0973b9c7c6a71188d5527ce /src/Makefile.qt.include | |
| parent | Qt: Add GUI feedback and control of network activity state. (diff) | |
| download | discoin-b2b33d9017cd7bc92099338773313fdf4572dc4a.tar.xz discoin-b2b33d9017cd7bc92099338773313fdf4572dc4a.zip | |
Overhaul network activity toggle
- Rename RPC command "togglenetwork" to "setnetworkactive (true|false)"
- Add simple test case
- GUI toggle added to connections icon in statusbar
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 8947aeaca..277cbb9de 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -264,6 +264,7 @@ RES_ICONS = \ qt/res/icons/key.png \ qt/res/icons/lock_closed.png \ qt/res/icons/lock_open.png \ + qt/res/icons/network_disabled.png \ qt/res/icons/open.png \ qt/res/icons/overview.png \ qt/res/icons/quit.png \ |