mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update plugin_manager.py
This commit is contained in:
parent
9385a859f2
commit
0d7079f0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1180,7 +1180,7 @@ class PluginWindow(popup.PopupWindow):
|
|||
|
||||
if self.plugin.is_installed:
|
||||
selected_btn = bui.buttonwidget(parent=self._root_widget,
|
||||
position=(width * (0.4 if has_update else 0.55), pos),
|
||||
position=(width * (0.4 if has_update or not to_draw_button1 else 0.55), pos),
|
||||
size=button_size,
|
||||
on_activate_call=button2_action,
|
||||
color=b2_color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue