Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH authored and kelson42 committed Jan 17, 2025
1 parent d50d8e2 commit 5446417
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Model/Brand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ enum Brand {

static let aboutText: String = Config.value(for: .aboutText) ?? "settings.about.description".localized
static let aboutWebsite: String = Config.value(for: .aboutWebsite) ?? "https://www.kiwix.org"
// currently only used by Kiwix brand
// if this is missing from project.yml we fall back to true
// and hide the support for donation (for macOS FTP)
// currently only used under the Kiwix brand
// if this is set to true in Support/Info.plist the support/donation button is hidden (for macOS FTP)
// if not set, we fall back to false, and display the support/donation button
// for non Kiwix brands, it has no effect
static let hideDonation: Bool = Config.value(for: .hideDonation) ?? false

static var defaultExternalLinkPolicy: ExternalLinkLoadingPolicy {
Expand Down

0 comments on commit 5446417

Please sign in to comment.