Show errors during loading
This commit is contained in:
@ -3,6 +3,8 @@ import SwiftUI
|
||||
|
||||
final class FileResource: Item, LocalizedItem {
|
||||
|
||||
override var itemType: ItemType { .file }
|
||||
|
||||
let type: FileType
|
||||
|
||||
/// Indicate if the file content is stored by the app
|
||||
|
Reference in New Issue
Block a user