Commit b5b8c722 authored by Craig Watson's avatar Craig Watson

Fixed "Add to library" button showing up for apps

Caused by one occurence of "uniboardtool" having been replaced by
"OpenboardTool" instead of "openboardtool".
For consistency's sake, this was changed to openboardtool, but these URL
/ application name changes require a clean-up (all occurences of
"uniboardtool" are commented out; these should either be removed, or the
changes reverted)
parent 16b4a8fc
......@@ -646,7 +646,7 @@ bool UBApplication::isFromWeb(QString url)
{
bool res = true;
if( url.startsWith("OpenboardTool://") ||
if( url.startsWith("openboardtool://") ||
url.startsWith("file://") ||
url.startsWith("/")){
res = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment