mirror of https://github.com/bjeanes/dotfiles.git
Flag Tailscale app on macOS to show Taildrive settings
parent
7488db178d
commit
ecd7e1c947
|
@ -215,6 +215,10 @@
|
||||||
# use expanded save panel by default
|
# use expanded save panel by default
|
||||||
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true;
|
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true;
|
||||||
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true;
|
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true;
|
||||||
|
|
||||||
|
CustomSystemPreferences = {
|
||||||
|
"io.tailscale.ipn.macos"."FileSharingConfiguration" = "show";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue