-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Can you add support for macOS Sequoia (15.6+)?
I haven't updated to macOS 26 (I don't want to) and would like to use without editing the package and code files.
SkillSplitView.swift
if #available(macOS 26.0, *) {
ToolbarSpacer(.fixed)
}
}
ToolbarItem(id: "open") {
openFolderItem
}
if #available(macOS 26.0, *) {
ToolbarSpacer(.fixed)
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels