]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings/Settings.kcfg
Release 0.1.
[PrivacyBrowserPC.git] / src / settings / Settings.kcfg
index 9b46d73a1ef8455e8fe2491a484981c7f97a551b..a395e2eaca9c5bc2c39f01f4f8af043f8d28973c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
   You should have received a copy of the GNU General Public License
   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<!-- The options are partially documented at <https://api.kde.org/frameworks/kconfig/html/classKConfigSkeleton.html>. -->
+<!-- The options are partially documented at the following URLs:
+    <https://api.kde.org/frameworks/kconfig/html/classKConfigSkeleton.html>
+    <https://api.kde.org/frameworks/kconfig/html/classKCoreConfigSkeleton.html> -->
 <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" >
 
-    <!-- This is the name of the file located in `~/.config/` where the settings are stored. -->
+    <!-- The name of the file located in `~/.config/` where the settings are stored. -->
     <kcfgfile name="privacybrowser"/>
 
     <group name="Privacy">
             <default>true</default>
         </entry>
     </group>
+
+    <group name="SpellCheck">
+        <entry name="spellCheckLanguages" type="StringList">
+            <default></default>
+        </entry>
+    </group>
 </kcfg>