Skip to content

Commit

Permalink
Improve setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
benji300 committed Mar 10, 2021
1 parent 023e335 commit 52394e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 52394e0

Please sign in to comment.