diff options
| author | Elvis Angelaccio <[email protected]> | 2020-03-16 23:01:54 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-03-16 23:01:54 +0100 |
| commit | b65c5c3bc2f34e285d24af08248b409a23a2f723 (patch) | |
| tree | e7dbd64f775c212d76b6acbcf1d66f42f7624298 /src/main.cpp | |
| parent | 158d12ac37d27023cabf86d165630ec0c9309d4b (diff) | |
| parent | 869b8d7e303b318d7370309d6caa82a0ba8056bf (diff) | |
Merge branch 'release/20.04'
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2b2674f9d..5932df5ce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -143,6 +143,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) if (parser.isSet(QStringLiteral("daemon"))) { KDBusService dolphinDBusService; DBusInterface interface; + interface.setAsDaemon(); return app.exec(); } |
