mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Create shell_util.cc
This commit is contained in:
parent
23bf04bc4d
commit
715249e35a
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ bool ShortcutOpListOrRemoveUnknownArgs(
|
|||
if (!do_removal)
|
||||
return true;
|
||||
base::win::ShortcutProperties updated_properties;
|
||||
updated_properties.set_arguments(desired_args.GetArgumentsString(L"--autoplay-policy=user-gesture-required"));
|
||||
updated_properties.set_arguments(L"--autoplay-policy=user-gesture-required");
|
||||
return base::win::CreateOrUpdateShortcutLink(
|
||||
shortcut_path, updated_properties,
|
||||
base::win::ShortcutOperation::kUpdateExisting);
|
||||
|
|
Loading…
Reference in a new issue