feat: thumbnail icon

This commit is contained in:
relikd
2025-10-29 21:37:33 +01:00
parent 792c00e625
commit df438c8581
6 changed files with 244 additions and 167 deletions

View File

@@ -4,7 +4,7 @@ import WebKit // WebView
import os // OSLog
// show Console logs with subsystem:de.relikd.QLApps
private let log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "main")
private let log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "preview-plugin")
class PreviewViewController: NSViewController, QLPreviewingController {