mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
🌐 French translation for static-only
This commit is contained in:
parent
b2607e6ebf
commit
fd13270d26
1 changed files with 17 additions and 0 deletions
|
@ -194,6 +194,23 @@ categories:
|
|||
name: com.apple.dock autohide
|
||||
value: true
|
||||
after: killall Dock
|
||||
- key: static-only
|
||||
domain: com.apple.dock
|
||||
title: Seulement les applications actives
|
||||
description: |
|
||||
Afficher dans le Dock uniquement les applications ouvertes.
|
||||
|
||||
⚠️ Attention cette commande vide votre Dock.
|
||||
param:
|
||||
type: bool
|
||||
examples:
|
||||
- value: true
|
||||
text: Affiche uniquement les applications actives.
|
||||
- value: false
|
||||
default: true
|
||||
text: Afficher les applications épinglées au dock.
|
||||
after: killall Dock
|
||||
versions: [Monterey]
|
||||
|
||||
- folder: screenshots
|
||||
name: Capture d'écran
|
||||
|
|
Loading…
Reference in a new issue