mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
🌐 French translation for showWindowTitlebarIcons
This commit is contained in:
parent
c56da33b21
commit
fede70dbb8
1 changed files with 26 additions and 0 deletions
|
@ -464,6 +464,32 @@ categories:
|
|||
- value: false
|
||||
text: Le répertoire utilisateur est ouvert par défaut lors de la sauvegarde d'un nouveau document
|
||||
versions: [Catalina]
|
||||
- key: showWindowTitlebarIcons
|
||||
domain: com.apple.universalaccess
|
||||
title: Icône de la barre de titre
|
||||
description: |
|
||||
Toujours afficher l'icône du dossier avant le titre dans la barre de titre.
|
||||
|
||||
⚠️ Cette commande nécessite d'accorder au terminal un accès complet au disque.
|
||||
(Préférences Système → Sécurité et confidentialité → Accès complet au disque).
|
||||
param:
|
||||
type: bool
|
||||
examples:
|
||||
- text: Affiche l'icône dans la barre de titre
|
||||
value: true
|
||||
image:
|
||||
filename: "true.png"
|
||||
width: 740
|
||||
height: 451
|
||||
- text: Masque l'icône de la barre de titre
|
||||
default: true
|
||||
value: false
|
||||
image:
|
||||
filename: "false.png"
|
||||
width: 740
|
||||
height: 451
|
||||
versions: [Monterey]
|
||||
after: killall Finder
|
||||
- key: NSToolbarTitleViewRolloverDelay
|
||||
domain: NSGlobalDomain
|
||||
title: Délai au survol du titre
|
||||
|
|
Loading…
Reference in a new issue