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

Multiple separators ignored in custom DesktopInfo #47

Open
dechkovanen opened this issue Aug 12, 2024 · 1 comment
Open

Multiple separators ignored in custom DesktopInfo #47

dechkovanen opened this issue Aug 12, 2024 · 1 comment

Comments

@dechkovanen
Copy link

Only the second separator is shown in following configuration. Expectation would be two separators in specified locations.

<key>DesktopInfoCustomItems</key>
<array>
	<string>HostName</string>
	<string>SerialNumber</string>
	<string>Separator</string>
	<string>LastBootTime</string>
	<string>StorageInfo</string>
	<string>Separator</string>
	<string>SupportPhone</string>
	<string>SupportEmail</string>
</array>
@almenscorner
Copy link
Collaborator

You are right that the separator for now is a fixed separator and no additional ones can be added. I will look in to changing that behaviour so it's configureable in the custom view.

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

No branches or pull requests

2 participants