mirror of https://github.com/procxx/kepka.git
Return 'View info' to right-click menu.
This commit is contained in:
parent
90ecec1d2e
commit
e7c40ff2a8
|
@ -185,9 +185,7 @@ Filler::Filler(
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Filler::showInfo() {
|
bool Filler::showInfo() {
|
||||||
if (_source == PeerMenuSource::Profile
|
if (_source == PeerMenuSource::Profile || _peer->isSelf()) {
|
||||||
|| _source == PeerMenuSource::ChatsList
|
|
||||||
|| _peer->isSelf()) {
|
|
||||||
return false;
|
return false;
|
||||||
} else if (_controller->activeChatCurrent().peer() != _peer) {
|
} else if (_controller->activeChatCurrent().peer() != _peer) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue