1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Update PrivateConfig.ts

Fix config name. Fixes #594
This commit is contained in:
Patrik J. Braun 2023-09-16 03:05:20 +02:00 committed by GitHub
parent 71c9df2d26
commit a4174cd834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,7 @@ export class ServerThumbnailConfig extends ClientThumbnailConfig {
@ConfigProperty({
tags:
{
name: $localize`Enforced users`,
name: $localize`High quality resampling`,
priority: ConfigPriority.underTheHood
},
description: $localize`if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.`