malcontent-control: Hide administrator accounts
Children can’t be administrator accounts, otherwise applying parental controls to them would be pointless and ineffective. So hide the administrator accounts from the parental controls app. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
ee342d374b
commit
2ab9924d8d
|
@ -17,6 +17,7 @@
|
|||
<object class="MctUserSelector" id="user_selector">
|
||||
<property name="visible">True</property>
|
||||
<property name="user-manager">user_manager</property>
|
||||
<property name="show-administrators">False</property>
|
||||
<accessibility>
|
||||
<relation target="user_controls" type="controller-for"/>
|
||||
</accessibility>
|
||||
|
|
Loading…
Reference in New Issue