gnome-control-center/panels/privacy/cc-microphone-page.ui
2023-08-03 08:42:10 +00:00

61 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcMicrophonePage" parent="AdwNavigationPage">
<property name="title" translatable="yes">Microphones</property>
<property name="tag">microphone-page</property>
<property name="child">
<object class="AdwToolbarView">
<property name="top-bar-style">raised</property>
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="AdwSwitchRow" id="microphone_row">
<property name="title" translatable="yes">_Microphone Access</property>
<property name="subtitle" translatable="yes">Allow permitted apps to use microphones</property>
<property name="use-underline">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Permitted Apps</property>
<property name="description" translatable="yes">The following sandboxed apps have been given permission to use microphones. Apps that are not sandboxed can use microphones without asking for permission.</property>
<child>
<object class="GtkListBox" id="microphone_apps_list_box">
<property name="can-focus">true</property>
<property name="selection-mode">none</property>
<style>
<class name="boxed-list"/>
</style>
<child type="placeholder">
<object class="GtkLabel">
<property name="margin-top">18</property>
<property name="margin-bottom">18</property>
<property name="margin-start">18</property>
<property name="margin-end">18</property>
<property name="label" translatable="yes">No sandboxed apps have asked for microphone access</property>
<property name="wrap">true</property>
<property name="max-width-chars">50</property>
<style>
<class name="dim-label" />
</style>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</property>
</template>
</interface>