[client] overlay/config: general UX changes

* Moved the LG license and version onto a seperate tab.
* Added general donation section and link to the website donation page
* Removed donation details under gnif's section
This commit is contained in:
Geoffrey McRae
2022-05-15 17:16:07 +10:00
parent d8f2125543
commit 81aa24d4d3
3 changed files with 41 additions and 38 deletions

View File

@@ -21,8 +21,10 @@
#include "common/types.h"
extern const char * LG_COPYRIGHT_STR;
extern const char * LG_WEBSITE_STR;
extern const char * LG_WEBSITE_URL;
extern const char * LG_LICENSE_STR;
extern const char * LG_DONATION_STR;
extern const char * LG_DONATION_URL;
extern const StringPair LG_HELP_LINKS[];
struct LGTeamMember

View File

@@ -20,10 +20,18 @@
#include "common/appstrings.h"
const char * LG_DONATION_STR =
"Looking Glass is written and supported by a small group of developers in our "
"free time and has been given to the world free of charge. If you find this "
"program useful please consider supporting our efforts through the following "
"address:";
const char * LG_DONATION_URL = "https://looking-glass.io/donations";
const char * LG_COPYRIGHT_STR =
"Copyright © 2017-2022 The Looking Glass Authors";
const char * LG_WEBSITE_STR =
const char * LG_WEBSITE_URL =
"https://looking-glass.io";
const char * LG_LICENSE_STR =
@@ -72,34 +80,7 @@ const struct LGTeamMember LG_TEAM[] =
"and direction of the project as a whole, focusing on the X11 "
"platform as well as maintaining the Looking Glass community on "
"Discord and the Level1Tech forums.",
.donate =
{
{
.name = "GitHub Sponsors",
.value = "https://github.com/sponsors/gnif"
},
{
.name = "Patreon",
.value = "https://www.patreon.com/gnif"
},
{
.name = "Ko-Fi",
.value = "https://ko-fi.com/lookingglass"
},
{
.name = "Bitcoin (BTC)",
.value = "14ZFcYjsKPiVreHqcaekvHGL846u3ZuT13"
},
{
.name = "Ethereum (ETH)",
.value = "0x6f8aEe454384122bF9ed28f025FBCe2Bce98db85"
},
{
.name = "Monero (XMR)",
.value = "47xM4zG7b2tEj4mnSywHve4ydZzn3wzhf22snDRB7aSEcXrgUBpoT2Z4phTnyFMi1sMyQtHbdufMYRQ2PzMn3PGUJAE1dpc"
},
{ 0 }
}
.donate = { { 0 } }
},
{
.name = "Guanzhong Chen (quantum)",