mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 16:06:51 +08:00
Fixing a few small mistakes.
This commit is contained in:
parent
11f776a5ef
commit
109f0660ad
@ -14,7 +14,7 @@
|
||||
pop-up web dialog to avoid taking users out of the app. This currently works
|
||||
on the native (not cmake) Mac build but will probably expand to others in the
|
||||
future.
|
||||
- The `ba*.app.env.version` `and ba*.app.env.build_number` values are now
|
||||
- The `ba*.app.env.version` and `ba*.app.env.build_number` values are now
|
||||
`ba*.app.env.engine_version` and `ba*.app.env.engine_build_number`. At this
|
||||
point any functionality that cares about versions should be looking at engine
|
||||
version anyway. In the future we can add separate `app_version` and
|
||||
|
||||
@ -388,7 +388,10 @@ class PluginWindow(bui.Window):
|
||||
edit=check,
|
||||
up_widget=self._back_button,
|
||||
left_widget=self._back_button,
|
||||
right_widget=self._settings_button,
|
||||
right_widget=(
|
||||
self._settings_button if button is None else
|
||||
button
|
||||
),
|
||||
)
|
||||
if button is not None:
|
||||
bui.widget(edit=button, up_widget=self._back_button)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user