mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-09 02:26:45 +00:00
[silmarillion] Update the validation for the moveTab action
This commit is contained in:
@@ -173,8 +173,8 @@ private:
|
||||
X(Windows::Foundation::IReference<uint32_t>, Index, "index", false, nullptr)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#define MOVE_TAB_ARGS(X) \
|
||||
X(MoveTabDirection, Direction, "direction", args->Direction() == MoveTabDirection::None, MoveTabDirection::None) \
|
||||
#define MOVE_TAB_ARGS(X) \
|
||||
X(MoveTabDirection, Direction, "direction", (args->Direction() == MoveTabDirection::None) && (args->Window().empty()), MoveTabDirection::None) \
|
||||
X(winrt::hstring, Window, "window", false, L"")
|
||||
|
||||
// Other ideas:
|
||||
|
||||
Reference in New Issue
Block a user