mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
macos: disable Tahoe one-time codes
This disables all the automatic one-time code inputs in Ghostty. It'd be really neat to actually dynamically change this (not sure if its possible with NSTextContext or how often thats cached) but for now we should just fully disable it.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSAutoFillRequiresTextContentTypeForOneTimeCodeOnMac</key>
|
||||
<true/>
|
||||
<key>NSDockTilePlugIn</key>
|
||||
<string>DockTilePlugin.plugin</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
||||
Reference in New Issue
Block a user