Merge branch 'dev' into quote-standardise

This commit is contained in:
ryanzhao 2022-08-17 11:00:38 +10:00
commit 29ed636285
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
)
}