mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Fix get premium suggestion display.
This commit is contained in:
parent
75e19235cd
commit
02a306ba70
@ -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…
x
Reference in New Issue
Block a user