]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings/Settings.kcfg
Release 0.1.
[PrivacyBrowserPC.git] / src / settings / Settings.kcfg
index 1bcf275ccd8634fd4a5bd879e1d5a0ebfc7ac056..a395e2eaca9c5bc2c39f01f4f8af043f8d28973c 100644 (file)
@@ -1,9 +1,9 @@
 <?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-android>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
   Privacy Browser PC is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   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>1.00</default>
         </entry>
 
+        <entry name="downloadLocation" type="String">
+            <default>System Download Directory</default>
+        </entry>
+
+        <entry name="tabsOnTop" type="Bool">
+            <default>true</default>
+        </entry>
+
         <entry name="fullScreenHideMenuBar" type="Bool">
             <default>true</default>
         </entry>
             <default>true</default>
         </entry>
 
+        <entry name="fullScreenHideTabBar" type="Bool">
+            <default>true</default>
+        </entry>
+
         <entry name="fullScreenHideStatusBar" type="Bool">
             <default>true</default>
         </entry>
     </group>
+
+    <group name="SpellCheck">
+        <entry name="spellCheckLanguages" type="StringList">
+            <default></default>
+        </entry>
+    </group>
 </kcfg>