-
Notifications
You must be signed in to change notification settings - Fork 9k
Add action to run multiple actions. #11045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
81260e8
a2d072a
516ead4
f16efda
3f9dbee
666050b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,6 +34,7 @@ | |
| #include "RenameWindowArgs.g.cpp" | ||
| #include "GlobalSummonArgs.g.cpp" | ||
| #include "FocusPaneArgs.g.cpp" | ||
| #include "MultipleActionsArgs.g.cpp" | ||
|
|
||
| #include <LibraryResources.h> | ||
|
|
||
|
|
@@ -681,4 +682,14 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation | |
| Id()) | ||
| }; | ||
| } | ||
|
|
||
| winrt::hstring MultipleActionsArgs::GenerateName() const | ||
| { | ||
| if (!_Name.empty()) | ||
| { | ||
| return _Name; | ||
| } | ||
|
|
||
| return RS_(L"MultipleActionsMissingName"); | ||
|
||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.