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:
parent
9343da6ee7
commit
141f0bf142
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user