diff --git a/.github/funding.yml b/.github/funding.yml index 5d4e1b4..06ac53b 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1,4 +1,4 @@ github: eneshecan -open_collective: whatsapp-for-linux +open_collective: wasistlos ko_fi: xeco19 custom: "paypal.me/xeco19" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32d2d14..c101fd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/src/ui/TrayIcon.cpp b/src/ui/TrayIcon.cpp index 79e221c..3ec7faa 100644 --- a/src/ui/TrayIcon.cpp +++ b/src/ui/TrayIcon.cpp @@ -10,8 +10,8 @@ namespace wfl::ui { std::pair 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";