Skip to content

Commit

Permalink
Close inspector when the 'x' was clicked in the devtools.
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonfabricio10 authored Nov 3, 2022
1 parent 39d74e8 commit fc1791a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigbashview/usr/lib/python3/dist-packages/bbv/ui/qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self):
super().__init__()
self.web = QWebEngineView()
self.inspector = QWebEngineView()
self.inspector.page().windowCloseRequested.connect(self.devpage)
self.setWindowIcon(QIcon(ICON))
if TITLE:
self.app.setApplicationName(TITLE)
Expand Down

0 comments on commit fc1791a

Please sign in to comment.