chore: remove mee6 (#3350)
This commit is contained in:
parent
ec0cdcf0fa
commit
f418566b31
3 changed files with 0 additions and 22 deletions
|
|
@ -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 } } },
|
||||
|
|
|
|||
|
|
@ -22,13 +22,6 @@ namespace system_tray {
|
|||
void
|
||||
tray_donate_github_cb(struct tray_menu *item);
|
||||
|
||||
/**
|
||||
* @brief Callback for opening MEE6 donation from the system tray.
|
||||
* @param item The tray menu item.
|
||||
*/
|
||||
void
|
||||
tray_donate_mee6_cb(struct tray_menu *item);
|
||||
|
||||
/**
|
||||
* @brief Callback for opening Patreon from the system tray.
|
||||
* @param item The tray menu item.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue