Skip to content

Commit

Permalink
Toolbar to center the traffic lights
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Nov 22, 2023
1 parent 3f90e78 commit 9294843
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions archipelago/TerminalWindow.swift
Expand Up @@ -9,5 +9,9 @@ class TerminalWindow: NSWindow {
super.init(contentRect: contentRect, styleMask: style, backing: backingStoreType, defer: flag)

self.backgroundColor = NSColor(string: App.activeProfile().theme.background)
let customToolbar = NSToolbar()
self.titleVisibility = .hidden
self.toolbar = customToolbar

}
}

0 comments on commit 9294843

Please sign in to comment.