mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-01 17:16:24 +00:00
Change defaut option to show empty chat rooms in timeline
This commit is contained in:
parent
c3ac963702
commit
31d06c899a
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,7 @@ void SettingsModel::setChatEnabled (bool status) {
|
|||
// -----------------------------------------------------------------------------
|
||||
|
||||
bool SettingsModel::getHideEmptyChatRooms() const{
|
||||
return !!mConfig->getInt("misc", "hide_empty_chat_rooms", 1);
|
||||
return !!mConfig->getInt("misc", "hide_empty_chat_rooms", 0);
|
||||
}
|
||||
|
||||
void SettingsModel::setHideEmptyChatRooms(const bool& status){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue