mirror of
https://github.com/nickustinov/itsytv-macos.git
synced 2026-04-26 12:35:56 +03:00
[PR #24] [CLOSED] Add option to disable Itsyhome promotion #31
Labels
No labels
bug
enhancement
pending appstore release
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsytv-macos#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nickustinov/itsytv-macos/pull/24
Author: @lucasgirod
Created: 2/15/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
7f8c9b6Added possibility to disable Itsyhome for users that don't use HomeKit0b352e0Merge 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
disableItsyhomePromokey in the app's preferences.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.