[PR #24] [CLOSED] Add option to disable Itsyhome promotion #31

Closed
opened 2026-03-03 16:45:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nickustinov/itsytv-macos/pull/24
Author: @lucasgirod
Created: 2/15/2026
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 7f8c9b6 Added possibility to disable Itsyhome for users that don't use HomeKit
  • 0b352e0 Merge branch 'nickustinov:main' into main

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 itsytv/UI/AppController.swift (+3 -0)

📄 Description

Description

Users who do not use HomeKit are currently still presented with the Itsyhome promotion, which creates unnecessary noise in the UI for those without a compatible setup. This PR adds a manual toggle to suppress this promotion.

Changes

  • Added support for the disableItsyhomePromo key in the app's preferences.
  • The promotion will now be hidden if this key is set to true.

How to use

Users can disable the promotion by executing the following command in the terminal:
defaults write com.itsytv.app disableItsyhomePromo -bool YES


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nickustinov/itsytv-macos/pull/24 **Author:** [@lucasgirod](https://github.com/lucasgirod) **Created:** 2/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`7f8c9b6`](https://github.com/nickustinov/itsytv-macos/commit/7f8c9b6f72187005089f7ef33995504c4af109a4) Added possibility to disable Itsyhome for users that don't use HomeKit - [`0b352e0`](https://github.com/nickustinov/itsytv-macos/commit/0b352e0b0327163e98b494e171901f250ad19013) Merge branch 'nickustinov:main' into main ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `itsytv/UI/AppController.swift` (+3 -0) </details> ### 📄 Description ## Description Users who do not use HomeKit are currently still presented with the Itsyhome promotion, which creates unnecessary noise in the UI for those without a compatible setup. This PR adds a manual toggle to suppress this promotion. ### Changes * Added support for the `disableItsyhomePromo` key in the app's preferences. * The promotion will now be hidden if this key is set to `true`. ### How to use Users can disable the promotion by executing the following command in the terminal: `defaults write com.itsytv.app disableItsyhomePromo -bool YES` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:45:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/itsytv-macos#31
No description provided.