Latest public/internal sync.

This commit is contained in:
Eric 2023-01-23 09:56:59 -08:00
parent 9c5df166da
commit 41c5ea0996
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -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