Fixing error

This commit is contained in:
Vishal 2025-01-23 21:00:42 +05:30 committed by GitHub
parent be15bf34f9
commit 8f194f3985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,7 +226,7 @@ def my_refresh_in_game(self, *args, **kwargs):
text_scale=1.5) text_scale=1.5)
bui.buttonwidget(edit=camera_button, bui.buttonwidget(edit=camera_button,
on_activate_call=bui.Call(self._manual_camera, camera_button) on_activate_call=bui.Call(self._manual_camera, camera_button))
return value return value