Skip to content

Commit

Permalink
Fix set_title
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Aug 28, 2023
1 parent 29aecd0 commit af9f453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webview/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def set_title(self, title: str) -> None:
"""
Set a new title of the window
"""
self._title = title
self.gui.set_title(title, self.uid)

@_loaded_call
Expand Down

0 comments on commit af9f453

Please sign in to comment.