mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
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…
Add table
Add a link
Reference in a new issue