mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
vis
This commit is contained in:
parent
70f5015612
commit
10eeeccadc
@ -2742,6 +2742,7 @@ class dialog_savedgame_v3(QWidget):
|
||||
try:
|
||||
self.pixview.setpix(k)
|
||||
self.currentfocusuid = k
|
||||
currvis = self.righttop.currentIndex()
|
||||
if self.righttop.count() > 1:
|
||||
self.righttop.removeTab(1)
|
||||
tabadd_lazy(
|
||||
@ -2749,7 +2750,7 @@ class dialog_savedgame_v3(QWidget):
|
||||
savehook_new_data[k]["title"],
|
||||
lambda v: v.addWidget(dialog_setting_game_internal(self, k)),
|
||||
)
|
||||
|
||||
self.righttop.setCurrentIndex(currvis)
|
||||
except:
|
||||
print_exc()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user