mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
Fix the "Desktop file is missing" shown in option page.
This commit is contained in:
parent
64129a7dc2
commit
4db6d6b56f
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ bool RshareSettings::getRetroShareProtocol()
|
||||||
}
|
}
|
||||||
desktop.close();
|
desktop.close();
|
||||||
if (lines.contains("Exec=" + getAppPathForProtocol()))
|
if (lines.contains("Exec=" + getAppPathForProtocol()))
|
||||||
if (lines.contains("MimeType=x-scheme-handler/retroshare"))
|
if (lines.contains("MimeType=x-scheme-handler/retroshare;"))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue