mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 15:21:50 +00:00
macos: support drag and drop with no windows
This commit is contained in:
@@ -199,8 +199,6 @@ extension Ghostty {
|
||||
init(from config: ghostty_surface_config_s) {
|
||||
self.fontSize = config.font_size
|
||||
self.workingDirectory = String.init(cString: config.working_directory, encoding: .utf8)
|
||||
let blah = workingDirectory!
|
||||
AppDelegate.logger.warning("OPEN from=\(blah)")
|
||||
}
|
||||
|
||||
/// Returns the ghostty configuration for this surface configuration struct. The memory
|
||||
|
Reference in New Issue
Block a user