diff options
author | bobzel <zzzman@gmail.com> | 2023-06-14 12:40:42 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-06-14 12:40:42 -0400 |
commit | 38edde57bc7bcf45ad314e66d98152282b9fd57c (patch) | |
tree | f0e694a70a931655297d9136cecd6ad9e716bd82 /src/Utils.ts | |
parent | d7e2cf07bbfd7f9ed35c42068326d4ea988306bc (diff) |
fixed icons on tree views and presentation
Diffstat (limited to 'src/Utils.ts')
-rw-r--r-- | src/Utils.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Utils.ts b/src/Utils.ts index f2ad814d4..8c56896c5 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -527,6 +527,10 @@ export function returnDefault(): 'default' { return 'default'; } +export function return18() { + return 18; +} + export function returnFalse() { return false; } |