mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +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):
|
def __init__(self):
|
||||||
super().__init__(show_tabs=False, show_border=False)
|
super().__init__(show_tabs=False, show_border=False)
|
||||||
|
|
||||||
clog = Changelog()
|
self.clog = ScrollableNote(Changelog())
|
||||||
self.clog = ScrollableNote(clog)
|
|
||||||
self.clog.type = RowType.CHANGELOG
|
self.clog.type = RowType.CHANGELOG
|
||||||
self.clog.show_all()
|
self.clog.show_all()
|
||||||
self.append_page(self.clog)
|
self.append_page(self.clog)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user