new settings page

This commit is contained in:
fourtf
2018-10-31 19:45:51 +01:00
parent a0b6e4bb76
commit 3c3be99177
23 changed files with 651 additions and 101 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ void LinkResolver::getLinkInfo(
if (statusCode == 200)
{
response = root.value("tooltip").toString();
if (getSettings()->enableUnshortLinks)
if (getSettings()->unshortLinks)
{
linkString = root.value("link").toString();
}