mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -04:00
Merge pull request #533 from PhenomRetroShare/Fix_MissingDesktopFileShow
Fix the "Desktop file is missing" shown in option page.
This commit is contained in:
commit
0e1fad0ff7
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ bool RshareSettings::getRetroShareProtocol()
|
|||
}
|
||||
desktop.close();
|
||||
if (lines.contains("Exec=" + getAppPathForProtocol()))
|
||||
if (lines.contains("MimeType=x-scheme-handler/retroshare"))
|
||||
if (lines.contains("MimeType=x-scheme-handler/retroshare;"))
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue