aboutsummaryrefslogtreecommitdiff
path: root/gui/src/bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2011-06-05 14:19:57 +0200
committerWladimir J. van der Laan <[email protected]>2011-06-05 14:19:57 +0200
commit352083cb2303002233fcb6dd740ff74d4e0f0240 (patch)
tree047d7213dc04861fdf68ea480b61630c3571de9b /gui/src/bitcoin.cpp
parentDisable map upnp option if built without USE_UPNP (diff)
downloaddiscoin-352083cb2303002233fcb6dd740ff74d4e0f0240.tar.xz
discoin-352083cb2303002233fcb6dd740ff74d4e0f0240.zip
Implement Minimize to tray / Minimize on close
Diffstat (limited to 'gui/src/bitcoin.cpp')
-rw-r--r--gui/src/bitcoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/bitcoin.cpp b/gui/src/bitcoin.cpp
index c843cc406..663590d01 100644
--- a/gui/src/bitcoin.cpp
+++ b/gui/src/bitcoin.cpp
@@ -11,6 +11,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
+ app.setQuitOnLastWindowClosed(false);
try {
if(AppInit2(argc, argv))