mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-12 00:07:24 -06:00
schema: swap closeTabsAfter and closeOtherTabs (#7386)
The descriptions were flipped, so I unflipped them.
This commit is contained in:
parent
c15b808142
commit
6acb9f8c90
@ -399,7 +399,7 @@
|
|||||||
"index": {
|
"index": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "close the tabs following the tab at this index"
|
"description": "Close the tabs other than the one at this index."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -416,7 +416,7 @@
|
|||||||
"index": {
|
"index": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "close the tabs other than the one at this index"
|
"description": "Close the tabs following the tab at this index."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user