- Fix error parsing
- Add missing
yieldin theloginfunction
| // | |
| // AdvancedToolbarWindow.swift | |
| // | |
| // Created by Stephan Casas on 3/17/23. | |
| // | |
| import SwiftUI; | |
| import AppKit; | |
| class AdvancedToolbarWindow<MainContent: View, ToolbarContent: View, TitleToolbarContent: View>: NSWindow, NSToolbarDelegate { |