mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
Update browser.py
This commit is contained in:
parent
5c2d524c8d
commit
4a1ba28809
@ -447,6 +447,8 @@ class ProfileBrowserWindow(bui.Window):
|
|||||||
)
|
)
|
||||||
if index == 0:
|
if index == 0:
|
||||||
bui.widget(edit=txtw, up_widget=self._back_button)
|
bui.widget(edit=txtw, up_widget=self._back_button)
|
||||||
|
if self._selected_profile is None:
|
||||||
|
self._selected_profile = p_name
|
||||||
bui.widget(edit=txtw, show_buffer_top=40, show_buffer_bottom=40)
|
bui.widget(edit=txtw, show_buffer_top=40, show_buffer_bottom=40)
|
||||||
self._profile_widgets.append(txtw)
|
self._profile_widgets.append(txtw)
|
||||||
self._profile_widgets.append(character)
|
self._profile_widgets.append(character)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user