Skip to content

Conversation

@almenscorner
Copy link
Collaborator

Changed

  • Added a softer shade of orange and red when light mode is enabled to improve visibility and readability.
  • If launching the app using a URL scheme, the app will now exit only when supportcompanion:// is used. This allows for the app to be started using a URL scheme and remain open when using supportcompanion://home or similar. Example:

Will exit when the window is closed:

open supportcompanion://

Will remain open when the window is closed:

open supportcompanion://home

Added

  • Option to hide Categories and Dividers on the Desktop Info view. This allows for a cleaner and more focused view of the information displayed. Example configuration:
<key>DesktopInfoHideItems</key>
<array>
    <string>Category</string>
    <string>Divider</string>
</array>

closes #59

@almenscorner almenscorner self-assigned this Dec 6, 2024
@almenscorner almenscorner merged commit 8606ba2 into main Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hide section titles in desktop info

2 participants