mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
Fixing error
This commit is contained in:
parent
cffa1939ff
commit
af215c082f
@ -686,7 +686,7 @@ class EditProfileWindow(bui.MainWindow):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def _cancel(self) -> None:
|
def _cancel(self) -> None:
|
||||||
|
|
||||||
if self._in_main_menu:
|
if self._in_main_menu:
|
||||||
self.main_window_back()
|
self.main_window_back()
|
||||||
return
|
return
|
||||||
@ -860,7 +860,7 @@ class EditProfileWindow(bui.MainWindow):
|
|||||||
plus.run_v1_account_transactions()
|
plus.run_v1_account_transactions()
|
||||||
if self._in_main_menu:
|
if self._in_main_menu:
|
||||||
self.main_window_back()
|
self.main_window_back()
|
||||||
return
|
return True
|
||||||
bui.containerwidget(edit=self._root_widget,
|
bui.containerwidget(edit=self._root_widget,
|
||||||
transition='out_right')
|
transition='out_right')
|
||||||
assert bui.app.classic is not None
|
assert bui.app.classic is not None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user