From 52394e06edd7bc23fd7dc1e5b252a62052b39db0 Mon Sep 17 00:00:00 2001 From: benji300 Date: Wed, 10 Mar 2021 07:48:21 +0100 Subject: [PATCH] Improve setting description --- src/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.ts b/src/settings.ts index da48b55..bc411bf 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -268,7 +268,7 @@ export class Settings { public: true, label: 'Unpin active tab behavior', description: 'Specify the behavior when unpinning the current active tab. ' + - 'Either keep the tab selected. Or select the last active tab or the next left or right tab.', + 'Either keep the active tab selected (may replaces the temporary one) or select another one, depending on the setting.', options: { '0': 'Keep selected', '1': 'Select last active tab',