Fixing a mistake I made

This commit is contained in:
Vishal 2024-08-08 02:39:51 +05:30 committed by GitHub
parent 0ebf41e2aa
commit b3601787f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -966,7 +966,6 @@ class ChangelogWindow(popup.PopupWindow):
button_type='square', button_type='square',
on_activate_call=lambda: bui.open_url(REPOSITORY_URL + '/blob/main/CHANGELOG.md')) on_activate_call=lambda: bui.open_url(REPOSITORY_URL + '/blob/main/CHANGELOG.md'))
logs = _CACHE['changelog']['info'].split('\n')
loop_height = height * 0.62 loop_height = height * 0.62
for log in logs: for log in logs:
bui.textwidget(parent=self._root_widget, bui.textwidget(parent=self._root_widget,