diff options
| author | xiphon <xiphon@protonmail.com> | 2020-11-30 15:22:31 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-11-30 15:36:19 +0000 |
| commit | ea1fee2f5f842a293458a66638c15ff79e1d101d (patch) | |
| tree | 146d01bfda438697cc814b4b4eaec5796fbda9a2 /src/main/main.cpp | |
| parent | 96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378 (diff) | |
| download | monzero-gui-ea1fee2f5f842a293458a66638c15ff79e1d101d.tar.gz monzero-gui-ea1fee2f5f842a293458a66638c15ff79e1d101d.tar.xz monzero-gui-ea1fee2f5f842a293458a66638c15ff79e1d101d.zip | |
main: Linux - ask to create desktop entry on the first start
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 79e172ca..47369bd5 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -319,11 +319,6 @@ Verify update binary using 'shasum'-compatible (SHA256 algo) output signed by tw return 1; } - // Desktop entry -#ifdef Q_OS_LINUX - registerXdgMime(app); -#endif - IPC *ipc = new IPC(&app); QStringList posArgs = parser.positionalArguments(); |
