aboutsummaryrefslogtreecommitdiff
path: root/gui/src/bitcoin.cpp
diff options
context:
space:
mode:
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))