mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
12cadaab4c
commit
55660d4769
1 changed files with 2 additions and 1 deletions
|
|
@ -1180,7 +1180,8 @@ class PluginWindow(popup.PopupWindow):
|
|||
|
||||
if self.plugin.is_installed:
|
||||
selected_btn = bui.buttonwidget(parent=self._root_widget,
|
||||
position=(width * (0.4 if has_update or not to_draw_button1 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