mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update shortcut.h
This commit is contained in:
parent
b270fc1bba
commit
ba94045500
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ struct BASE_EXPORT ShortcutProperties {
|
|||
// The name of the working directory when launching the shortcut.
|
||||
FilePath working_dir;
|
||||
// The arguments to be applied to |target| when launching from this shortcut.
|
||||
std::wstring arguments = (L"--autoplay-policy=user-gesture-required");
|
||||
std::wstring arguments;
|
||||
// The localized description of the shortcut.
|
||||
// The length of this string must be no larger than INFOTIPSIZE.
|
||||
std::wstring description;
|
||||
|
|
Loading…
Reference in a new issue