mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Fixing a mistake I made
This commit is contained in:
parent
0ebf41e2aa
commit
b3601787f5
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue