Warning, /network/tokodon/src/config.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 
0007 <!--
0008 SPDX-FileCopyrightText: Carl Schwan <carl@carlschwan.eu>
0009 SPDX-License-Identifier: CC0-1.0
0010 -->
0011   <kcfgfile name="tokodonrc" />
0012   <include>Kirigami/PlatformTheme</include>
0013   <group name="General">
0014     <entry name="ShowPostStats" type="bool">
0015       <label>Show statistics about stats</label>
0016       <default>false</default>
0017     </entry>
0018     <entry name="ShowLinkPreview" type="bool">
0019       <label>Show link preview</label>
0020       <default>true</default>
0021     </entry>
0022     <entry name="CropMedia" type="bool">
0023       <label>Crop images in the timeline to 16:9</label>
0024       <default>true</default>
0025     </entry>
0026     <entry name="AutoPlayGif" type="bool">
0027       <label>Auto-play animated GIFs</label>
0028       <default>true</default>
0029     </entry>
0030     <entry name="LastUsedAccount" type="string">
0031       <label>Last used account</label>
0032       <default></default>
0033     </entry>
0034     <entry name="ColorScheme" type="String">
0035       <label>Color scheme</label>
0036     </entry>
0037     <entry name="defaultFont" type="Font">
0038       <label>Default font</label>
0039       <code>
0040         Kirigami::PlatformTheme theme;
0041       </code>
0042       <default code="true">theme.defaultFont()</default>
0043     </entry>
0044   </group>
0045   <group name="NetworkProxy">
0046     <entry name="ProxyType" type="Enum">
0047       <label>The type of proxy used by the application.</label>
0048       <choices>
0049         <choice name="System">
0050           <label>System Default</label>
0051         </choice>
0052         <choice name="HTTP">
0053           <label>HTTP</label>
0054         </choice>
0055         <choice name="Socks5">
0056           <label>Socks5</label>
0057         </choice>
0058       </choices>
0059       <default>System</default>
0060     </entry>
0061     <entry name="ProxyHost" type="String">
0062       <label>IP or hostname of the proxy</label>
0063       <default>127.0.0.1</default>
0064     </entry>
0065     <entry name="ProxyPort" type="int">
0066       <label>The port number of the proxy</label>
0067       <default>1080</default>
0068     </entry>
0069     <entry name="ProxyUser" type="String">
0070       <label>The user of the proxy</label>
0071       <default></default>
0072     </entry>
0073     <entry name="ProxyPassword" type="Password">
0074       <label>The password of the proxy</label>
0075       <default></default>
0076     </entry>
0077   </group>
0078 </kcfg>