From 0d7079f0a0d7c0c08b50e2a7f1d109b48da9fdf8 Mon Sep 17 00:00:00 2001 From: Vishal Date: Wed, 24 Apr 2024 03:44:11 +0530 Subject: [PATCH] Update plugin_manager.py --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index bea4f69..a247dc0 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -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,