diff options
Diffstat (limited to 'bitcoin.cpp')
| -rw-r--r-- | bitcoin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitcoin.cpp b/bitcoin.cpp index ebc0570cc..ad9835628 100644 --- a/bitcoin.cpp +++ b/bitcoin.cpp @@ -13,5 +13,7 @@ int main(int argc, char *argv[]) window.show(); + /* Depending on settings: QApplication::setQuitOnLastWindowClosed(false); */ + return app.exec(); } |