Make credits and legal options in settings show as links
This commit is contained in:
parent
f3c71aaf8c
commit
333c0282f0
@ -167,13 +167,15 @@ var routes = [
|
|||||||
setting: "opensource",
|
setting: "opensource",
|
||||||
title: "Credits and open source info",
|
title: "Credits and open source info",
|
||||||
text: "",
|
text: "",
|
||||||
onclick: "router.navigate('/credits')"
|
onclick: "router.navigate('/credits')",
|
||||||
|
link: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
setting: "privacy",
|
setting: "privacy",
|
||||||
title: "Privacy policy and legal",
|
title: "Privacy policy and legal",
|
||||||
text: "",
|
text: "",
|
||||||
onclick: "openBrowser('https://netsyms.com/legal?pk_campaign=PackageHelpterApp')"
|
onclick: "openBrowser('https://netsyms.com/legal?pk_campaign=PackageHelpterApp')",
|
||||||
|
link: true
|
||||||
});
|
});
|
||||||
|
|
||||||
resolve({
|
resolve({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user