1
0
mirror of synced 2025-01-18 09:04:52 +01:00

ui: Change feedback link

This commit is contained in:
WerWolv 2023-02-01 09:20:32 +01:00
parent 357dd883db
commit 94dc688324

View File

@ -31,7 +31,7 @@ namespace hex::plugin::windows {
#endif
ContentRegistry::Interface::addTitleBarButton(ICON_VS_SMILEY, "hex.windows.title_bar_button.feedback", []{
hex::openWebpage("mailto://hey@werwolv.net");
hex::openWebpage("https://github.com/WerWolv/ImHex/discussions/categories/feedback");
});
}