Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Particulars 58 #667

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>pfm_format_version</key>
<integer>1</integer>
<key>pfm_last_modified</key>
<date>2024-03-09T20:00:00Z</date>
<date>2024-03-29T14:00:00Z</date>
<key>pfm_platforms</key>
<array>
<string>macOS</string>
Expand Down Expand Up @@ -216,6 +216,78 @@
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_default</key>
<integer>21</integer>
<key>pfm_description</key>
<string>When displaying system information on the desktop, Particulars uses all available screen size, inset by a default margin of 21pt. Margins can be adjusted.</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopMargin</string>
<key>pfm_title</key>
<string>Desktop Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the top desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopTopMargin</string>
<key>pfm_title</key>
<string>Desktop Top Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the bottom desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopBottomMargin</string>
<key>pfm_title</key>
<string>Desktop Bottom Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the left desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopLeftMargin</string>
<key>pfm_title</key>
<string>Desktop Left Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_description</key>
<string>Overrides desktopMargin for the right desktop margin</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#desktopMargin</string>
<key>pfm_name</key>
<string>desktopRightMargin</string>
<key>pfm_title</key>
<string>Desktop Right Margin</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>26</string>
Expand Down Expand Up @@ -488,6 +560,38 @@
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_default</key>
<false/>
<key>pfm_description</key>
<string>Displays an error message if no active network interfaces are found (assuming network is enabled in 'detailLevel').</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#explicitNoNetworkConfiguration</string>
<key>pfm_name</key>
<string>explicitNoNetworkConfiguration</string>
<key>pfm_title</key>
<string>Explicit No Networks Detected message</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>58</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>Particulars checks for new Particulars versions in the Mac App Store. This check can be disabled.</string>
<key>pfm_documentation_url</key>
<string>https://particulars.app/_help/particularshelp/Advanced.html#appStoreVersionCheck</string>
<key>pfm_name</key>
<string>appStoreVersionCheck</string>
<key>pfm_title</key>
<string>Checking for new version in the Mac App Store</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>26</string>
Expand Down Expand Up @@ -647,6 +751,6 @@
<key>pfm_unique</key>
<true/>
<key>pfm_version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
</plist>
Loading