From d692e4e5c689ad934c53d65e5693a546a8fb6031 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 7 Jan 2019 01:49:53 +0100 Subject: [PATCH] Update README.md --- 3rdparty/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/README.md b/3rdparty/README.md index ef1c98c9c..1f9355b42 100644 --- a/3rdparty/README.md +++ b/3rdparty/README.md @@ -3,7 +3,7 @@ 3rdparty/singleapplication ----------------- -This is is a small static library used by Strawberry to prevent it from starting twice per user session. +This is a small static library used by Strawberry to prevent it from starting twice per user session. If the user tries to start strawberry twice, the main window will maximize instead of starting another instance. The library is unmodified from the original version. If you dynamically link to your systems version it is important that it is using the QApplication class, otherwise it will crash.