mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Latest public/internal sync.
This commit is contained in:
parent
9c5df166da
commit
41c5ea0996
@ -86,7 +86,7 @@ class PluginSettingsWindow(ba.Window):
|
|||||||
text_scale=1.0,
|
text_scale=1.0,
|
||||||
on_activate_call=lambda: ConfirmWindow(
|
on_activate_call=lambda: ConfirmWindow(
|
||||||
action=self._enable_all_plugins,
|
action=self._enable_all_plugins,
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
self._y_position -= 70
|
self._y_position -= 70
|
||||||
@ -99,7 +99,7 @@ class PluginSettingsWindow(ba.Window):
|
|||||||
text_scale=1.0,
|
text_scale=1.0,
|
||||||
on_activate_call=lambda: ConfirmWindow(
|
on_activate_call=lambda: ConfirmWindow(
|
||||||
action=self._disable_all_plugins,
|
action=self._disable_all_plugins,
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
self._y_position -= 70
|
self._y_position -= 70
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user