mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Update plugins.py
This commit is contained in:
parent
de698f607f
commit
f1a80d2aca
@ -405,7 +405,7 @@ class PluginWindow(bui.Window):
|
|||||||
if num_shown == 0:
|
if num_shown == 0:
|
||||||
bui.textwidget(
|
bui.textwidget(
|
||||||
edit=self._no_plugins_installed_text,
|
edit=self._no_plugins_installed_text,
|
||||||
text='No Plugins Installed',
|
text=bui.Lstr(resource='noPluginsInstalledText'),
|
||||||
)
|
)
|
||||||
|
|
||||||
def _save_state(self) -> None:
|
def _save_state(self) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user