ignore unregistered users fix
This commit is contained in:
parent
a319ce3afb
commit
1cd63375ba
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ void TabRoom::actLeaveRoom()
|
|||
|
||||
void TabRoom::actIgnoreUnregisteredUsers()
|
||||
{
|
||||
aIgnoreUnregisteredUsers->setChecked(!aIgnoreUnregisteredUsers->isChecked());
|
||||
settingsCache->setIgnoreUnregisteredUsers(!settingsCache->getIgnoreUnregisteredUsers());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue