Improve tunnel label and process description

This commit is contained in:
Alex Ross
2021-02-17 14:48:20 +01:00
parent 0cf9477e96
commit 5816c4ea2c
2 changed files with 25 additions and 36 deletions

View File

@@ -46,7 +46,7 @@ export interface ITunnelItem {
name?: string;
closeable?: boolean;
privacy?: TunnelPrivacy;
description?: string;
processDescription?: string;
wideDescription?: string;
readonly icon?: ThemeIcon;
readonly label: string;