Rework path storage, add start screen
This commit is contained in:
@ -3,7 +3,7 @@ import Foundation
|
||||
extension Content {
|
||||
|
||||
func saveToDisk() throws {
|
||||
guard storageIsInitialized else {
|
||||
guard storage.hasContentFolders else {
|
||||
print("Storage not initialized, not saving content")
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user