mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
ImageZoom: add nearest neighbour (#1341)
This commit is contained in:
parent
5e71ed286e
commit
4fe2845234
3 changed files with 11 additions and 1 deletions
|
@ -50,6 +50,12 @@ export const settings = definePluginSettings({
|
|||
default: true,
|
||||
},
|
||||
|
||||
nearestNeighbour: {
|
||||
type: OptionType.BOOLEAN,
|
||||
description: "Use Nearest Neighbour Interpolation when scaling images",
|
||||
default: false,
|
||||
},
|
||||
|
||||
zoom: {
|
||||
description: "Zoom of the lens",
|
||||
type: OptionType.SLIDER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue