Improve path settings, add icons

This commit is contained in:
Christoph Hagen
2025-12-20 12:06:59 +01:00
parent 9848de02cb
commit 07ba77e337
15 changed files with 126 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import SFSafeSymbols
import SwiftUICore
import SwiftUI
enum SaveState {
case storageNotInitialized

View File

@@ -183,7 +183,7 @@ struct SecurityBookmark {
with(relativePath: relativeSource) { source in
if !exists(source) {
if !failIfMissing { return true }
reportError("Failed to move \(relativeSource): File does not exist")
reportError("Failed to move \(relativeSource): File \(source) does not exist")
return false
}