Fix a typo

This commit is contained in:
2026-03-03 09:07:44 +09:00
parent e822963d60
commit 97edee3ef5
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ class Settings : ChangeNotifier
}
[JsonInclude]
public bool UseDocnetPFDImageRendering
[JsonPropertyName("UseDocnetPFDImageRendering")] // ...this typo now has to live because people have this saved on disk...
public bool UseDocnetPDFImageRendering
{
get => _useDocnetPDFImageRendering;
set { _useDocnetPDFImageRendering = value; NotifyPropertyChanged(); }