macos: render a terminal in the slide window

This commit is contained in:
Mitchell Hashimoto
2024-09-22 20:52:04 -07:00
parent 93b2fe60f8
commit bdd0070ffd
6 changed files with 108 additions and 37 deletions

View File

@@ -23,9 +23,6 @@ class SlideTerminalWindow: NSWindow {
// and lets us render off screen.
self.level = .popUpMenu
self.isMovableByWindowBackground = true
self.isMovable = true
self.collectionBehavior = [
// We want this to be part of every space because it is a singleton.
.canJoinAllSpaces,