chore: remove mee6 (#3350)

This commit is contained in:
ReenigneArcher
2024-10-31 19:52:35 -04:00
committed by GitHub
parent ec0cdcf0fa
commit f418566b31
3 changed files with 0 additions and 22 deletions

View File

@@ -60,11 +60,6 @@ namespace system_tray {
platf::open_url("https://github.com/sponsors/LizardByte");
}
void
tray_donate_mee6_cb(struct tray_menu *item) {
platf::open_url("https://mee6.xyz/m/804382334370578482");
}
void
tray_donate_patreon_cb(struct tray_menu *item) {
platf::open_url("https://www.patreon.com/LizardByte");
@@ -111,7 +106,6 @@ namespace system_tray {
.submenu =
(struct tray_menu[]) {
{ .text = "GitHub Sponsors", .cb = tray_donate_github_cb },
{ .text = "MEE6", .cb = tray_donate_mee6_cb },
{ .text = "Patreon", .cb = tray_donate_patreon_cb },
{ .text = "PayPal", .cb = tray_donate_paypal_cb },
{ .text = nullptr } } },