mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix get premium suggestion display.
This commit is contained in:
@@ -164,7 +164,7 @@ bool AboutView::refresh() {
|
||||
if (bot
|
||||
&& bot->meRequiresPremiumToWrite()
|
||||
&& !bot->session().premium()
|
||||
&& _history->isEmpty()) {
|
||||
&& _history->isDisplayedEmpty()) {
|
||||
if (_item) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user