SaveTool: add a TODO for later.
This commit is contained in:
parent
3fc9243c81
commit
ecdf7d736f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue