Changes between Version 7 and Version 8 of help/en/howto/mount/preferences
- Timestamp:
- Jul 22, 2019 6:24:21 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/mount/preferences
v7 v8 34 34 You can disable notification in ''System Preferences → Notifications'' on macOS and in ''Settings → Notifications and Actions'' on Windows. 35 35 36 == Hidden configuration options == 37 === macOS === 38 Type the `defaults` command given in a ''Terminal.app'' (in `/Applications/Utilities`) window and restart Mountain Duck. 36 39 40 {{{ 41 defaults write io.mountainduck <property> <value> 42 }}} 43 44 === Windows === 45 If not existing yet you need to create the file [wiki:help/en/faq#Wherearepreferencesandapplicationsettingssavedto %AppData%]`\Cyberduck\default.properties`. Add the setting as follows: 46 47 {{{ 48 ... 49 <property>=<value> 50 ... 51 }}} 52 53 These settings are shared with Cyberduck. 54