mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Make premium_purchase_blocked true by default.
This commit is contained in:
parent
1c13f2587c
commit
654eaa27fd
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ bool Session::premium() const {
|
|||
bool Session::premiumPossible() const {
|
||||
return !_account->appConfig().get<bool>(
|
||||
"premium_purchase_blocked",
|
||||
false);
|
||||
true);
|
||||
}
|
||||
|
||||
uint64 Session::uniqueId() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue