aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/configUtils.ts
blob: 8aec52080f62a9cfbb1af39d81d88ef197863e2f (plain)
1
2
3
4
5
import Config from "../config";

export function showDonationLink(): boolean {
    return navigator.vendor !== "Apple Computer, Inc." && Config.config.showDonationLink;
}