eric6/Preferences/ConfigurationPages/NetworkPage.py

changeset 7946
6901746220fc
parent 7923
91e843545d9a
child 8205
4a0f1f896341
--- a/eric6/Preferences/ConfigurationPages/NetworkPage.py	Sun Jan 03 15:33:39 2021 +0100
+++ b/eric6/Preferences/ConfigurationPages/NetworkPage.py	Sun Jan 03 17:49:38 2021 +0100
@@ -62,8 +62,6 @@
             self.tr("Bluecoat Proxy"), E5FtpProxyType.Bluecoat)
         
         # set initial values
-        self.dynamicOnlineCheckBox.setChecked(
-            Preferences.getUI("DynamicOnlineCheck"))
         self.downloadDirPicker.setText(Preferences.getUI("DownloadPath"))
         self.requestFilenameCheckBox.setChecked(
             Preferences.getUI("RequestDownloadFilename"))
@@ -147,9 +145,6 @@
         Public slot to save the Networj configuration.
         """
         Preferences.setUI(
-            "DynamicOnlineCheck",
-            self.dynamicOnlineCheckBox.isChecked())
-        Preferences.setUI(
             "DownloadPath",
             self.downloadDirPicker.text())
         Preferences.setUI(

eric ide

mercurial