mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-09 03:18:41 -05: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();
|
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…
x
Reference in New Issue
Block a user