]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings/Settings.kcfg
Enable downloading of files that require login cookies. https://redmine.stoutner...
[PrivacyBrowserPC.git] / src / settings / Settings.kcfg
index 1bcf275ccd8634fd4a5bd879e1d5a0ebfc7ac056..9b46d73a1ef8455e8fe2491a484981c7f97a551b 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright © 2022 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
             <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>