2020-01-28 15:16:40 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright © 2020 Endless, Inc. -->
|
2020-04-27 13:11:39 +02:00
|
|
|
<interface domain="malcontent">
|
2020-01-28 15:16:40 +01:00
|
|
|
<requires lib="gtk+" version="3.12"/>
|
2022-07-08 20:11:30 +02:00
|
|
|
<template class="MctRestrictApplicationsDialog" parent="AdwPreferencesWindow">
|
2020-01-28 15:16:40 +01:00
|
|
|
<property name="title" translatable="yes">Restrict Applications</property>
|
|
|
|
<property name="skip-taskbar-hint">True</property>
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="default-width">500</property>
|
2020-01-28 15:16:40 +01:00
|
|
|
<property name="default-height">500</property>
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="search-enabled">False</property>
|
|
|
|
<child>
|
2022-07-08 20:11:30 +02:00
|
|
|
<object class="AdwPreferencesPage">
|
2020-01-28 15:16:40 +01:00
|
|
|
<child>
|
2022-07-08 20:11:30 +02:00
|
|
|
<object class="AdwPreferencesGroup" id="group">
|
2020-01-28 15:16:40 +01:00
|
|
|
<!-- Translated dynamically: -->
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="description">Restrict {username} from using the following installed applications.</property>
|
|
|
|
<child>
|
2022-07-08 15:29:16 +02:00
|
|
|
<object class="MctRestrictApplicationsSelector" id="selector" />
|
2020-01-28 15:16:40 +01:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|