mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix error shown after toggling full screen
https://forums.ankiweb.net/t/anki-2-1-57-beta/26494/62
This commit is contained in:
parent
6b7d372ca9
commit
4c98a1a318
1 changed files with 1 additions and 0 deletions
|
@ -1361,6 +1361,7 @@ title="{}" {}>{}</button>""".format(
|
|||
parent=self,
|
||||
help=HelpPage.FULL_SCREEN_ISSUE,
|
||||
)
|
||||
return
|
||||
else:
|
||||
window = self.app.activeWindow()
|
||||
window.setWindowState(
|
||||
|
|
Loading…
Reference in a new issue