mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Fix build and tray icon menu on Windows.
This commit is contained in:
@@ -2281,7 +2281,7 @@ void InnerWidget::refreshEmptyLabel() {
|
||||
resizeEmptyLabel();
|
||||
_empty->setClickHandlerFilter([=](const auto &...) {
|
||||
if (_emptyState == EmptyState::NoContacts) {
|
||||
App::wnd()->onShowAddContact();
|
||||
App::wnd()->showAddContact();
|
||||
} else if (_emptyState == EmptyState::EmptyFolder) {
|
||||
editOpenedFilter();
|
||||
}
|
||||
|
Reference in New Issue
Block a user