Warning, /utilities/notae/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 SPDX-FileCopyrightText: 2023 Felipe Kinoshita <kinofhek@gmail.com>
0008 SPDX-License-Identifier: LGPL-2.0-or-later
0009 -->
0010     <group name="General">
0011         <entry name="rememberMostRecentFile" type="Bool">
0012             <label>Remember most recent file.</label>
0013             <default>false</default>
0014         </entry>
0015         <entry name="mostRecentFile" type="String">
0016             <label>Most recent file.</label>
0017             <default></default>
0018         </entry>
0019         <entry name="showToolbar" type="Bool">
0020             <label>Show toolbar.</label>
0021             <default>true</default>
0022         </entry>
0023     </group>
0024 </kcfg>