mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +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
|
||||
&& bot->meRequiresPremiumToWrite()
|
||||
&& !bot->session().premium()
|
||||
&& _history->isEmpty()) {
|
||||
&& _history->isDisplayedEmpty()) {
|
||||
if (_item) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue