Skip to content

Commit

Permalink
Remove "whats new" from mac settings bar (#2756)
Browse files Browse the repository at this point in the history
Remove "whats new" from mac settings bar since it is already in servers
tab

<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->

## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->
<img width="601" alt="Screenshot 2024-05-01 at 13 48 50"
src="https://github.com/home-assistant/iOS/assets/5808343/9b3c512b-aeb0-434b-ae50-94484f5b3dd6">

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
  • Loading branch information
bgoncal committed May 6, 2024
1 parent b0a2c64 commit 9eb7a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/App/Settings/SettingsRootDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ enum SettingsRootDataSource {
$0.title = L10n.Settings.WhatsNew.title
$0.icon = .starIcon
$0.accessoryIcon = .openInNewIcon
$0.isAvailableForMac = false
$0.onCellSelection { cell, row in
openURLInBrowser(
URL(string: "https://www.home-assistant.io/latest-ios-release-notes/")!,
Expand Down

0 comments on commit 9eb7a14

Please sign in to comment.