mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +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
|
// Don't start single application in private browsing
|
||||||
if (!m_isPrivateSession) {
|
if (!m_isPrivateSession) {
|
||||||
|
#ifndef PORTABLE_BUILD
|
||||||
QString appId = "QupZillaWebBrowser";
|
QString appId = "QupZillaWebBrowser";
|
||||||
|
#else
|
||||||
|
QString appId = "QupZillaWebBrowserPortable";
|
||||||
|
#endif
|
||||||
|
|
||||||
if (newInstance) {
|
if (newInstance) {
|
||||||
if (startProfile.isEmpty() || startProfile == QLatin1String("default")) {
|
if (startProfile.isEmpty() || startProfile == QLatin1String("default")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user