Remove unnecessary _init_stylesheet call

The update calls were added in 51d48f6b00 but
without removing the init_stylesheet call.
This commit is contained in:
Florian Bruhin 2018-06-14 12:04:35 +02:00
parent 2c8ab580ce
commit 1cf8011eb1

View File

@ -796,7 +796,6 @@ class _WebEngineScripts(QObject):
@pyqtSlot(str)
def _on_config_changed(self, option):
if option in ['scrolling.bar', 'content.user_stylesheets']:
self._init_stylesheet()
self._update_stylesheet(url=self._tab.url())
@pyqtSlot()