Commit 1cd63375 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

ignore unregistered users fix

parent a319ce3a
......@@ -153,6 +153,7 @@ void TabRoom::actLeaveRoom()
void TabRoom::actIgnoreUnregisteredUsers()
{
aIgnoreUnregisteredUsers->setChecked(!aIgnoreUnregisteredUsers->isChecked());
settingsCache->setIgnoreUnregisteredUsers(!settingsCache->getIgnoreUnregisteredUsers());
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment