108 Public method to save the web site icons. |
108 Public method to save the web site icons. |
109 """ |
109 """ |
110 if not self.__loaded: |
110 if not self.__loaded: |
111 return |
111 return |
112 |
112 |
113 from eric7.WebBrowser.WebBrowserWindow import ( # __IGNORE_WARNING_I101__ |
113 from eric7.WebBrowser.WebBrowserWindow import ( # __IGNORE_WARNING_I-101__ |
114 WebBrowserWindow, |
114 WebBrowserWindow, |
115 ) |
115 ) |
116 |
116 |
117 if not WebBrowserWindow.isPrivate() and bool(self.__iconDatabasePath): |
117 if not WebBrowserWindow.isPrivate() and bool(self.__iconDatabasePath): |
118 db = {} |
118 db = {} |