mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Update - 1.0.9
This commit is contained in:
parent
421e74189a
commit
88834bd979
2 changed files with 3 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ from threading import Thread
|
|||
import logging
|
||||
|
||||
|
||||
PLUGIN_MANAGER_VERSION = "1.0.8"
|
||||
PLUGIN_MANAGER_VERSION = "1.0.9"
|
||||
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
|
||||
# Current tag can be changed to "staging" or any other branch in
|
||||
# plugin manager repo for testing purpose.
|
||||
|
|
@ -1897,7 +1897,7 @@ class PluginManagerWindow(bui.Window):
|
|||
always_highlight=True,
|
||||
color=color,
|
||||
# on_select_call=lambda: None,
|
||||
text=plugin.name,
|
||||
text=plugin.name.replace('_', ' ').title(),
|
||||
click_activate=True,
|
||||
on_activate_call=lambda: self.show_plugin_window(plugin),
|
||||
h_align='left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue