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/Platform/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::Platform::PlatformTheme theme;
0041       </code>
0042       <default code="true">theme.defaultFont()</default>
0043     </entry>
0044     <entry name="PromptedNotificationPermission" type="bool">
0045       <default>false</default>
0046     </entry>
0047   </group>
0048   <group name="NetworkProxy">
0049     <entry name="ProxyType" type="Enum">
0050       <label>The type of proxy used by the application.</label>
0051       <choices>
0052         <choice name="System">
0053           <label>System Default</label>
0054         </choice>
0055         <choice name="HTTP">
0056           <label>HTTP</label>
0057         </choice>
0058         <choice name="Socks5">
0059           <label>Socks5</label>
0060         </choice>
0061       </choices>
0062       <default>System</default>
0063     </entry>
0064     <entry name="ProxyHost" type="String">
0065       <label>IP or hostname of the proxy</label>
0066       <default>127.0.0.1</default>
0067     </entry>
0068     <entry name="ProxyPort" type="int">
0069       <label>The port number of the proxy</label>
0070       <default>1080</default>
0071     </entry>
0072     <entry name="ProxyUser" type="String">
0073       <label>The user of the proxy</label>
0074       <default></default>
0075     </entry>
0076     <entry name="ProxyPassword" type="Password">
0077       <label>The password of the proxy</label>
0078       <default></default>
0079     </entry>
0080   </group>
0081 </kcfg>