enable button when switching to chat window

This commit is contained in:
Zlatin Balevsky
2020-03-10 17:05:44 +00:00
parent cbb1de046b
commit 2882c73876

View File

@@ -1192,6 +1192,7 @@ class MainFrameView {
model.downloadsPaneButtonEnabled = true
model.uploadsPaneButtonEnabled = true
model.monitorPaneButtonEnabled = true
model.feedsPaneButtonEnabled = true
model.trustPaneButtonEnabled = true
model.chatPaneButtonEnabled = true
chatNotificator.mainWindowDeactivated()