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

GPS settings - minor fixes #1847

Merged
merged 2 commits into from
Jan 16, 2025
Merged

GPS settings - minor fixes #1847

merged 2 commits into from
Jan 16, 2025

Conversation

blammit
Copy link
Contributor

@blammit blammit commented Jan 16, 2025

No description provided.

- use the same model for D-Bus and mock backends
- add a product name to mock backend
@blammit blammit changed the title GPS minor fixes GPS settings - minor fixes Jan 16, 2025
delegate: ListNavigation {
text: (productName.isValid && vrmInstance.isValid)
? "%1 [2]".arg(productName.value).arg(vrmInstance.value)
? "%1 [%2]".arg(productName.value).arg(vrmInstance.value)
Copy link
Contributor

@MikeTrahearn-Qinetic MikeTrahearn-Qinetic Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicer? >> `${productName.value} [vrmInstance.value]`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, updated

@blammit blammit force-pushed the blam/gps-minor-fixes branch from 1818813 to 2f05bea Compare January 16, 2025 06:09
@blammit blammit merged commit 6040259 into main Jan 16, 2025
2 checks passed
@blammit blammit deleted the blam/gps-minor-fixes branch January 16, 2025 22:51
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.

3 participants