Attempt at fixing conflict

This commit is contained in:
Loup 2023-02-07 23:12:23 +05:30 committed by GitHub
parent d13591e473
commit 7efede3699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -813,6 +813,7 @@ class PluginWindow(popup.PopupWindow):
async def draw_ui(self): async def draw_ui(self):
# print(ba.app.plugins.active_plugins) # print(ba.app.plugins.active_plugins)
play_sound() play_sound()
b_text_color = (0.75, 0.7, 0.8) b_text_color = (0.75, 0.7, 0.8)
s = 1.1 if _uiscale is ba.UIScale.SMALL else 1.27 if ba.UIScale.MEDIUM else 1.57 s = 1.1 if _uiscale is ba.UIScale.SMALL else 1.27 if ba.UIScale.MEDIUM else 1.57