1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Ability to run portable version together with installed version.

This commit is contained in:
S. Razi Alavizadeh 2014-01-02 20:01:12 +03:30
parent 9343da6ee7
commit 141f0bf142

View File

@ -203,7 +203,11 @@ MainApplication::MainApplication(int &argc, char** argv)
// Don't start single application in private browsing
if (!m_isPrivateSession) {
#ifndef PORTABLE_BUILD
QString appId = "QupZillaWebBrowser";
#else
QString appId = "QupZillaWebBrowserPortable";
#endif
if (newInstance) {
if (startProfile.isEmpty() || startProfile == QLatin1String("default")) {