Make credits and legal options in settings show as links

This commit is contained in:
Skylar Ittner 2019-10-29 15:36:32 -06:00
parent f3c71aaf8c
commit 333c0282f0

View File

@ -167,13 +167,15 @@ var routes = [
setting: "opensource",
title: "Credits and open source info",
text: "",
onclick: "router.navigate('/credits')"
onclick: "router.navigate('/credits')",
link: true
},
{
setting: "privacy",
title: "Privacy policy and legal",
text: "",
onclick: "openBrowser('https://netsyms.com/legal?pk_campaign=PackageHelpterApp')"
onclick: "openBrowser('https://netsyms.com/legal?pk_campaign=PackageHelpterApp')",
link: true
});
resolve({