Warning, /plasma/plasma-welcome/src/config.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0004     SPDX-FileCopyrightText: 2022 Nate Graham <nate@kde.org>
0005 -->
0006 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0007       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0008       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0009       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0010     <group name="General">
0011         <entry name="ShouldShow" type="Bool">
0012             <label>Whether to show the welcome app on next boot, because the user has not either skipped or completed the initial setup process.</label>
0013             <default>true</default>
0014         </entry>
0015         <entry name="LastSeenVersion" type="String">
0016             <label>The last seen release Plasma version.</label>
0017         </entry>
0018     </group>
0019 </kcfg>