2023-07-30 08:49:34 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: Joshua Goins <josh@redstrate.com>
|
|
|
|
SPDX-License-Identifier: CC0-1.0
|
|
|
|
-->
|
|
|
|
<kcfgfile name="astrarc" />
|
|
|
|
<group name="General">
|
|
|
|
<entry name="CloseWhenLaunched" type="bool">
|
|
|
|
<default>true</default>
|
|
|
|
</entry>
|
2023-07-31 18:59:42 -04:00
|
|
|
<entry name="ShowNews" type="bool">
|
2023-07-30 08:49:34 -04:00
|
|
|
<default>true</default>
|
|
|
|
</entry>
|
|
|
|
<entry name="AutoLogin" type="string">
|
|
|
|
</entry>
|
|
|
|
</group>
|
|
|
|
</kcfg>
|