mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 05:32:31 +00:00
✨ Add finder ShowPathbar command
This commit is contained in:
parent
e749c8cf82
commit
5075a0844a
1 changed files with 14 additions and 0 deletions
14
defaults.yml
14
defaults.yml
|
@ -378,6 +378,20 @@ categories:
|
|||
height: 451
|
||||
versions: [Monterey, Big Sur, Catalina]
|
||||
after: killall Finder
|
||||
- key: ShowPathbar
|
||||
domain: com.apple.finder
|
||||
title: Path bar
|
||||
description: Show path bar in the bottom of the Finder windows
|
||||
param:
|
||||
type: bool
|
||||
examples:
|
||||
- text: Show path bar
|
||||
value: true
|
||||
- text: Hide path bar
|
||||
default: true
|
||||
value: false
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: FXEnableExtensionChangeWarning
|
||||
domain: com.apple.finder
|
||||
title: Changing file extension warning
|
||||
|
|
Loading…
Reference in a new issue