diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-05 14:19:57 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-05 14:19:57 +0200 |
| commit | 352083cb2303002233fcb6dd740ff74d4e0f0240 (patch) | |
| tree | 047d7213dc04861fdf68ea480b61630c3571de9b /gui/src/bitcoin.cpp | |
| parent | Disable map upnp option if built without USE_UPNP (diff) | |
| download | discoin-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.cpp | 1 |
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)) |