[nit] Remove IDrawOptions.showText (#879)

`showText` is essentially an alias of `!lowQuality`. Removing it from
the interface.
This commit is contained in:
Chenlei Hu
2025-04-03 11:24:51 -04:00
committed by GitHub
parent 05b0918915
commit 8a94232f61
2 changed files with 1 additions and 4 deletions

View File

@@ -3551,7 +3551,6 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
colorContext,
labelColor,
lowQuality,
renderText: !lowQuality,
highlight,
})
}