mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix the "Desktop file is missing" shown in option page.
This commit is contained in:
parent
64129a7dc2
commit
4db6d6b56f
@ -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…
Reference in New Issue
Block a user