chore: cleanup

This commit is contained in:
2026-05-02 22:37:19 +01:00
parent 6dd4abd889
commit 2c98ce1c3c
2 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
@objc func openLog() {
let logPath = (NSHomeDirectory() as NSString)
.appendingPathComponent("Documents/Photon/.photon-upload.log")
.appendingPathComponent("Documents/Photon/photon-upload.log")
NSWorkspace.shared.open(URL(fileURLWithPath: logPath))
}