mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-24 13:27:45 +00:00
Giant commit overhauling the interface to use KDE's Kirigami framework, which is based on Qt Quick. The logic is all but rewritten, allowing accounts to be separate from profiles.
24 lines
790 B
XML
24 lines
790 B
XML
<?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>
|
|
<entry name="ShowNewsBanners" type="bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="ShowNewsList" type="bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="AutoLogin" type="string">
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|