Skip to content

Commit

Permalink
Browser: Disable the inspector
Browse files Browse the repository at this point in the history
The inspector was disabled in 7566ce4 because it was preventing errors
created by 757edca from being correctly displayed to the user. This
unfortunately has the side-effect that it is possible to launch the
inspector with no way of being able to close it. Since the initial
commit, the underlying webkit has been updated and seems to not suffer
from the same problems so disable the inspector to prevent this.
  • Loading branch information
tombettany committed Oct 26, 2018
1 parent 3348a0c commit fc135f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ kano-draw (4.2.0-0) unstable; urgency=low

* Minor spelling fixes in challenges
* Added more logging at application termination time
* Disable the inspector to prevent accidental triggering

-- Team Kano <[email protected]> Thu, 16 Oct 2018 18:48:19 +0100

Expand Down
3 changes: 0 additions & 3 deletions kano_draw/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ def __init__(self, load_path='', make=False, play=False):
self._decoration = False
self._maximized = True

# Enable developer extras to allow error reporting to work
self._inspector = True


# We require this function for starting the UI as a subprocess
def start_draw(load_path='', make=False, play=False):
Expand Down

0 comments on commit fc135f5

Please sign in to comment.