Skip to content

Commit

Permalink
shit
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Apr 29, 2024
1 parent c4ce5ac commit 79aed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LunaTranslator/LunaTranslator/gui/dialog_savedgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def __init__(self, parent, textsource_or_exepath) -> None:
self.browser = Webview(False, int(self.winId()))
except webview_exception:
self.browser = winsharedutils.HTMLBrowser(int(self.winId()))
self.webviewv == 0
self.webviewv = 0
self.setWindowTitle(savehook_new_data[self.exepath]["title"])
self.nettab = QTabWidget(self)
self.nettab.setFixedHeight(self.nettab.tabBar().height())
Expand Down

0 comments on commit 79aed7e

Please sign in to comment.