--- a/src/eric7/Preferences/ConfigurationPages/WebBrowserPage.ui Mon Oct 03 17:29:30 2022 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/WebBrowserPage.ui Tue Oct 04 16:07:05 2022 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>650</width> - <height>1630</height> + <height>2191</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> @@ -963,6 +963,57 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_12"> + <property name="title"> + <string>File System Access</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_9"> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Allow websites to request file system access:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="fileSystemAccessComboBox"> + <property name="toolTip"> + <string>Select how to allow websites to request file system access</string> + </property> + <item> + <property name="text"> + <string>yes</string> + </property> + </item> + <item> + <property name="text"> + <string>no</string> + </property> + </item> + <item> + <property name="text"> + <string>ask</string> + </property> + </item> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_11"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>271</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string>Web Search</string> @@ -1228,6 +1279,7 @@ <tabstop>diskCacheCheckBox</tabstop> <tabstop>cacheSizeSpinBox</tabstop> <tabstop>requestQuotaComboBox</tabstop> + <tabstop>fileSystemAccessComboBox</tabstop> <tabstop>languageCombo</tabstop> <tabstop>imageSearchComboBox</tabstop> <tabstop>printBackgroundCheckBox</tabstop>