mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
chore: consolidate vars
This commit is contained in:
parent
437ea2a218
commit
6c192741ec
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user