mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
✏️ Remove useless dots
This commit is contained in:
parent
fd13270d26
commit
8132f40418
2 changed files with 3 additions and 3 deletions
|
@ -205,10 +205,10 @@ categories:
|
||||||
type: bool
|
type: bool
|
||||||
examples:
|
examples:
|
||||||
- value: true
|
- value: true
|
||||||
text: Affiche uniquement les applications actives.
|
text: Affiche uniquement les applications actives
|
||||||
- value: false
|
- value: false
|
||||||
default: true
|
default: true
|
||||||
text: Afficher les applications épinglées au dock.
|
text: Afficher les applications épinglées au dock
|
||||||
after: killall Dock
|
after: killall Dock
|
||||||
versions: [Monterey]
|
versions: [Monterey]
|
||||||
|
|
||||||
|
|
|
@ -208,7 +208,7 @@ categories:
|
||||||
text: Only show active apps
|
text: Only show active apps
|
||||||
- value: false
|
- value: false
|
||||||
default: true
|
default: true
|
||||||
text: Show apps pinned to the dock.
|
text: Show apps pinned to the dock
|
||||||
after: killall Dock
|
after: killall Dock
|
||||||
versions: [Monterey]
|
versions: [Monterey]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue