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

@@ -61,6 +61,12 @@ internal class Popup: NSStackView, Popup_p {
}
}
}
// MARK: - Settings
public func settings() -> NSView? {
return nil
}
}
internal class BLEView: NSStackView {