Fix style issues
This commit is contained in:
parent
4bb048cb6a
commit
563afb277d
@ -738,8 +738,8 @@ class TabbedBrowser(QWidget):
|
|||||||
self.widget.update_tab_title(idx, 'scroll_pos')
|
self.widget.update_tab_title(idx, 'scroll_pos')
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def on_audio_changed(self, tab, muted):
|
def on_audio_changed(self, tab, _muted):
|
||||||
"""Update audio cookie in tab when mute or recentlyAudible changed."""
|
"""Update audio field in tab when mute or recentlyAudible changed."""
|
||||||
try:
|
try:
|
||||||
idx = self._tab_index(tab)
|
idx = self._tab_index(tab)
|
||||||
except TabDeletedError:
|
except TabDeletedError:
|
||||||
|
Loading…
Reference in New Issue
Block a user