diff --git a/src/SaveTool/SaveTool.cpp b/src/SaveTool/SaveTool.cpp index 8ba92ee..7d2a009 100644 --- a/src/SaveTool/SaveTool.cpp +++ b/src/SaveTool/SaveTool.cpp @@ -431,6 +431,8 @@ SaveTool::drawCheckbox(Containers::StringView label, bool value) { void SaveTool::openUri(Containers::StringView uri) { ShellExecuteW(nullptr, nullptr, Utility::Unicode::widen(uri.data()), nullptr, nullptr, SW_SHOWDEFAULT); + // TODO: have it open folders through winebrowser.exe when running using Wine/Proton. + // URLs like Discord invites or Steam Browser Protocol links should be disabled entirely there. } void