feat: initialized popup settings (#565)

This commit is contained in:
Serhiy Mytrovtsiy
2022-10-04 21:44:27 +02:00
parent d83ce4e12f
commit 42515ca1b5
11 changed files with 82 additions and 2 deletions

View File

@@ -53,6 +53,12 @@ internal class Popup: NSStackView, Popup_p {
self.sizeCallback?(self.frame.size)
}
}
// MARK: - Settings
public func settings() -> NSView? {
return nil
}
}
private class GPUView: NSStackView {