Skip to content

Commit

Permalink
Update opencollective link
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Oct 17, 2024
1 parent 936a06e commit 8c1c168
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/funding.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github: eneshecan
open_collective: whatsapp-for-linux
open_collective: wasistlos
ko_fi: xeco19
custom: "paypal.me/xeco19"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Read more about [Pull Requests](https://help.github.com/en/github/collaborating-


## Donations
Donations are accepted through [opencollective](https://opencollective.com/whatsapp-for-linux), [github sponsors](https://github.com/sponsors/eneshecan),
Donations are accepted through [opencollective](https://opencollective.com/wasistlos), [github sponsors](https://github.com/sponsors/eneshecan),
[ko_fi](https://ko-fi.com/xeco19) and [paypal](https://www.paypal.com/paypalme/xeco19).
Money collected via Open Collective is distributed to code contributors.

Expand Down
4 changes: 2 additions & 2 deletions src/ui/TrayIcon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace wfl::ui
{
std::pair<char const*, char const*> getTrayIconNames()
{
constexpr auto WHATSAPP_TRAY = "whatsapp-tray";
constexpr auto WHATSAPP_TRAY_ATTENTION = "whatsapp-tray-attention";
constexpr auto WHATSAPP_TRAY = "whatsapp-tray";
constexpr auto WHATSAPP_TRAY_ATTENTION = "whatsapp-tray-attention";
constexpr auto WASISTLOS_TRAY = WFL_ICON "-tray";
constexpr auto WASISTLOS_TRAY_ATTENTION = WFL_ICON "-tray-attention";

Expand Down

0 comments on commit 8c1c168

Please sign in to comment.