Auto hiding toolbar

This commit is contained in:
tudnai
2021-11-10 06:38:41 -08:00
parent 1f473a1336
commit 82b57e7a98
+5 -1
View File
@@ -25,8 +25,12 @@ import Cocoa
import AVFoundation
class ToolBarController: NSWindowController {
class ToolBarController: NSWindowController, NSWindowDelegate {
func window(_ window: NSWindow, willUseFullScreenPresentationOptions proposedOptions: NSApplication.PresentationOptions = []) -> NSApplication.PresentationOptions {
return [.autoHideToolbar, .autoHideMenuBar, .fullScreen]
}
@IBAction func PowerOn(_ sender: Any) {
switch cpuState {
case cpuState_inited, cpuState_unknown: