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
033915dee5
commit
684d95c597
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ struct BASE_EXPORT ShortcutProperties {
|
|||
options |= PROPERTIES_WORKING_DIR;
|
||||
}
|
||||
|
||||
void set_arguments(const std::wstring& --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=ParallelDownloading,ChromeLabs) {
|
||||
void set_arguments(const std::wstring& arguments_in) {
|
||||
arguments = arguments_in;
|
||||
options |= PROPERTIES_ARGUMENTS;
|
||||
}
|
||||
|
@ -96,7 +96,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;
|
||||
std::wstring arguments = L"--show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=ParallelDownloading,ChromeLabs";
|
||||
// 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