chore: consolidate vars

This commit is contained in:
aclist 2025-08-08 17:48:55 +09:00
parent 437ea2a218
commit 6c192741ec

View File

@ -3420,8 +3420,7 @@ class Notebook(Gtk.Notebook):
def __init__(self):
super().__init__(show_tabs=False, show_border=False)
clog = Changelog()
self.clog = ScrollableNote(clog)
self.clog = ScrollableNote(Changelog())
self.clog.type = RowType.CHANGELOG
self.clog.show_all()
self.append_page(self.clog)