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",
|
||||
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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user