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
|
|
|
|
-->
|
2023-10-08 17:51:18 -04:00
|
|
|
<kcfgfile arg="true" />
|
2023-10-11 12:58:53 -04:00
|
|
|
<include>QDir</include>
|
2023-07-30 08:49:34 -04:00
|
|
|
<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>
|
2023-08-19 11:20:47 -04:00
|
|
|
<entry name="ShowDevTools" type="bool">
|
|
|
|
<default>false</default>
|
|
|
|
</entry>
|
2023-10-08 17:51:18 -04:00
|
|
|
<entry name="AutoLoginProfile" type="String">
|
|
|
|
</entry>
|
2023-10-11 12:58:53 -04:00
|
|
|
<entry name="ScreenshotDir" type="String">
|
|
|
|
<default code="true">QStandardPaths::writableLocation(QStandardPaths::PicturesLocation) + QDir::separator() + QStringLiteral("FFXIV")</default>
|
|
|
|
</entry>
|
2023-10-08 17:51:18 -04:00
|
|
|
</group>
|
|
|
|
<group name="Developer">
|
2023-08-18 14:52:06 -04:00
|
|
|
<entry name="KeepPatches" type="bool">
|
|
|
|
<default>false</default>
|
|
|
|
</entry>
|
2023-08-18 21:36:29 -04:00
|
|
|
<entry name="DalamudDistribServer" type="String">
|
2023-10-08 18:54:03 -04:00
|
|
|
<default>kamori.goats.dev</default>
|
2023-08-18 21:36:29 -04:00
|
|
|
</entry>
|
|
|
|
<entry name="SquareEnixServer" type="String">
|
|
|
|
<default>ffxiv.com</default>
|
|
|
|
</entry>
|
|
|
|
<entry name="SquareEnixLoginServer" type="String">
|
|
|
|
<default>square-enix.com</default>
|
|
|
|
</entry>
|
2023-10-08 13:22:34 -04:00
|
|
|
<entry name="XivApiServer" type="String">
|
|
|
|
<default>xivapi.com</default>
|
|
|
|
</entry>
|
2023-10-06 18:14:32 -04:00
|
|
|
<entry name="PreferredProtocol" type="String">
|
|
|
|
<default>https</default>
|
|
|
|
</entry>
|
2023-10-08 13:18:05 -04:00
|
|
|
<entry key="EncryptArguments" type="bool">
|
|
|
|
<default>true</default>
|
|
|
|
</entry>
|
2023-07-30 08:49:34 -04:00
|
|
|
</group>
|
|
|
|
</kcfg>
|