mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix get premium suggestion display.
This commit is contained in:
parent
75e19235cd
commit
02a306ba70
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ bool AboutView::refresh() {
|
||||||
if (bot
|
if (bot
|
||||||
&& bot->meRequiresPremiumToWrite()
|
&& bot->meRequiresPremiumToWrite()
|
||||||
&& !bot->session().premium()
|
&& !bot->session().premium()
|
||||||
&& _history->isEmpty()) {
|
&& _history->isDisplayedEmpty()) {
|
||||||
if (_item) {
|
if (_item) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue