Add finder ShowPathbar command

This commit is contained in:
Kryštof Korb 2022-08-16 16:48:29 +02:00 committed by Yann Bertrand
parent e749c8cf82
commit 5075a0844a

View file

@ -378,6 +378,20 @@ categories:
height: 451 height: 451
versions: [Monterey, Big Sur, Catalina] versions: [Monterey, Big Sur, Catalina]
after: killall Finder 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 - key: FXEnableExtensionChangeWarning
domain: com.apple.finder domain: com.apple.finder
title: Changing file extension warning title: Changing file extension warning