mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 22:43:17 +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
|
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
|
on the native (not cmake) Mac build but will probably expand to others in the
|
||||||
future.
|
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
|
`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
|
point any functionality that cares about versions should be looking at engine
|
||||||
version anyway. In the future we can add separate `app_version` and
|
version anyway. In the future we can add separate `app_version` and
|
||||||
|
|||||||
@ -388,7 +388,10 @@ class PluginWindow(bui.Window):
|
|||||||
edit=check,
|
edit=check,
|
||||||
up_widget=self._back_button,
|
up_widget=self._back_button,
|
||||||
left_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:
|
if button is not None:
|
||||||
bui.widget(edit=button, up_widget=self._back_button)
|
bui.widget(edit=button, up_widget=self._back_button)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user