Flag Tailscale app on macOS to show Taildrive settings

main
Bo Jeanes 2024-07-29 14:10:16 +10:00
parent 7488db178d
commit ecd7e1c947
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -215,6 +215,10 @@
# use expanded save panel by default
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true;
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true;
CustomSystemPreferences = {
"io.tailscale.ipn.macos"."FileSharingConfiguration" = "show";
};
};
};
};