From 94dc6883248690d1c43006f58df6672a57d268d0 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 1 Feb 2023 09:20:32 +0100 Subject: [PATCH] ui: Change feedback link --- plugins/windows/source/content/ui_items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/windows/source/content/ui_items.cpp b/plugins/windows/source/content/ui_items.cpp index 583472818..e1762803e 100644 --- a/plugins/windows/source/content/ui_items.cpp +++ b/plugins/windows/source/content/ui_items.cpp @@ -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"); }); }