mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -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,
|
parent=self,
|
||||||
help=HelpPage.FULL_SCREEN_ISSUE,
|
help=HelpPage.FULL_SCREEN_ISSUE,
|
||||||
)
|
)
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
window = self.app.activeWindow()
|
window = self.app.activeWindow()
|
||||||
window.setWindowState(
|
window.setWindowState(
|
||||||
|
|
Loading…
Reference in a new issue