Update shortcut.cc
This commit is contained in:
parent
ba94045500
commit
8d3345145b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ bool CreateOrUpdateShortcutLink(const FilePath& shortcut_path,
|
|||
if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
|
||||
if (FAILED(i_shell_link->SetArguments(properties.arguments.c_str()))) {
|
||||
i_shell_link->SetArguments(L"--autoplay-policy=user-gesture-required");
|
||||
}
|
||||
}}
|
||||
} else if (old_i_persist_file.Get()) {
|
||||
wchar_t current_arguments[MAX_PATH] = {0};
|
||||
if (SUCCEEDED(
|
||||
|
|
Loading…
Reference in a new issue