mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
bool Session::premiumPossible() const {
|
||||||
return !_account->appConfig().get<bool>(
|
return !_account->appConfig().get<bool>(
|
||||||
"premium_purchase_blocked",
|
"premium_purchase_blocked",
|
||||||
false);
|
true);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint64 Session::uniqueId() const {
|
uint64 Session::uniqueId() const {
|
||||||
|
|
Loading…
Add table
Reference in a new issue