fix: missing UniformTypeIdentifiers import for NSOpenPanel content types
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
import AppKit
|
import AppKit
|
||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
import UniformTypeIdentifiers
|
||||||
import OutlineKit
|
import OutlineKit
|
||||||
|
|
||||||
/// Settings *detail* content for one section — the section list itself now
|
/// Settings *detail* content for one section — the section list itself now
|
||||||
|
|||||||
Reference in New Issue
Block a user