Remove unneeded TODO comment

This commit is contained in:
2026-03-03 12:54:53 +09:00
parent 478f67aa82
commit 71f4fda2d4
-1
View File
@@ -615,7 +615,6 @@ class MainViewModel : BaseViewModel, IFontResolver, ICanCheckShutdown
private async Task CreatePDF(string folderPath) private async Task CreatePDF(string folderPath)
{ {
// TODO: calculate needed width for images based on page width and margins and all that? // TODO: calculate needed width for images based on page width and margins and all that?
// TODO: resize (non-HEIC) images for smaller size...?
// safety checks // safety checks
var outputDir = _settings.SaveOutputPdfInWorkingDir ? folderPath : _settings.OutputPdfDir; var outputDir = _settings.SaveOutputPdfInWorkingDir ? folderPath : _settings.OutputPdfDir;
if (!Directory.Exists(outputDir)) if (!Directory.Exists(outputDir))