Merge branch 'dev' into add-documents-section

This commit is contained in:
ryanzhao 2022-08-17 10:59:39 +10:00
commit b653c53031
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public enum Preferences {
let url: URL = URL(fileURLWithPath: filename)
return Bundle.main.url(
forResource: url.deletingPathExtension().absoluteString,
forResource: url.deletingPathExtension().path,
withExtension: url.pathExtension
)
}