Enable room switcher only in the chat view (#251)

This commit is contained in:
Konstantinos Sideris 2018-02-26 13:17:04 +02:00
parent ea268d9761
commit c75a136973
2 changed files with 11 additions and 1 deletions

View file

@ -83,6 +83,8 @@ private slots:
private:
bool hasActiveUser();
void restoreWindowSize();
//! Check if there is an open dialog.
bool hasActiveDialogs() const;
static MainWindow *instance_;