mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
improved search for files UI fix 'loadedIn' method updated to handle file search added logic to display 'wait' msg in search window, while task enumeration is still ongoing
11 lines
333 B
XML
11 lines
333 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
|
|
<true/>
|
|
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
|
|
<false/>
|
|
</dict>
|
|
</plist>
|