We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6953f commit fd54b2bCopy full SHA for fd54b2b
plugins/builtin/source/content/views/view_about.cpp
@@ -159,7 +159,7 @@ namespace hex::plugin::builtin {
159
ImGui::EndChild();
160
161
struct DonationPage {
162
- DonationPage(const std::fs::path &path, const std::string &link) :
+ DonationPage(const std::fs::path &path, std::string link) :
163
texture(ImGuiExt::Texture::fromImage(romfs::get(path).span<std::byte>(), ImGuiExt::Texture::Filter::Linear)),
164
link(std::move(link)) { }
165
0 commit comments