]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/SettingsGeneral.ui
Enable downloading of files that require login cookies. https://redmine.stoutner...
[PrivacyBrowserPC.git] / src / uis / SettingsGeneral.ui
index acd345c4db96547b5776dea827d07c3289f84e85..38fcfd47318b3a8fc88b75da02fde079a9fc5809 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
                 </layout>
             </item>
 
+            <!-- Tabs on top. -->
+            <item>
+                <widget class="QCheckBox" name="kcfg_tabsOnTop">
+                    <property name="text">
+                        <string>Tabs on top</string>
+                    </property>
+
+                    <property name="toolTip">
+                        <string>Display the tabs at the top of the screen.  The default is enabled.</string>
+                    </property>
+                </widget>
+            </item>
+
             <!-- Full screen browsing. -->
             <item>
                 <widget class="QGroupBox">
                             </widget>
                         </item>
 
+                        <!-- Hide tab bar. -->
+                        <item>
+                            <widget class="QCheckBox" name="kcfg_fullScreenHideTabBar">
+                                <property name="text">
+                                    <string>Hide tab bar</string>
+                                </property>
+
+                                <property name="toolTip">
+                                    <string>Hide the tab bar when browsing full screen.  The default is enabled.</string>
+                                </property>
+                            </widget>
+                        </item>
+
                         <!-- Hide status bar. -->
                         <item>
                             <widget class="QCheckBox" name="kcfg_fullScreenHideStatusBar">