diff --git a/dischrome.cpp b/dischrome.cpp index d8cfee6..dca7489 100644 --- a/dischrome.cpp +++ b/dischrome.cpp @@ -52,7 +52,7 @@ bool DisChrome::findChromeInstance() { - QFile file(QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "/google-chrome/"); + QFile file(QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "/google-chrome/SingletonLock"); return file.exists(); }