rename: user-facing product name Shotdeck -> Redline; legacy PDFs still recognized
This commit is contained in:
@@ -91,7 +91,7 @@ extension AppModel: SettingsWindowPresenting {
|
||||
}
|
||||
let hosting = NSHostingController(rootView: SettingsView().environment(self))
|
||||
let window = NSWindow(contentViewController: hosting)
|
||||
window.title = "Shotdeck Settings"
|
||||
window.title = "Redline Settings"
|
||||
window.styleMask = [.titled, .closable]
|
||||
window.isReleasedWhenClosed = false
|
||||
window.center()
|
||||
|
||||
Reference in New Issue
Block a user